blob: fedcf7f6d4daeadcd41a04e99a8a790e9ac1db71 [file] [log] [blame]
android_app {
name: "TelephonyProvider",
privileged: true,
srcs: ["src/**/*.java", "proto/**/*.proto"],
platform_apis: true,
certificate: "platform",
static_libs: [
"android-common",
"telephonyprovider-protos",
"android-support-v4"
],
}