blob: c7ecd2789c19f1d07aea2b296356e669e3a13c95 [file] [log] [blame]
Sasha Smundak57c3db62019-01-08 15:37:25 -08001android_app {
2 name: "TelephonyProvider",
3 privileged: true,
zoey chene9b03412019-11-21 10:59:40 +08004 srcs: ["src/**/*.java", "proto/**/*.proto"],
Sasha Smundak57c3db62019-01-08 15:37:25 -08005 platform_apis: true,
6 certificate: "platform",
7 libs: ["telephony-common"],
zoey chene9b03412019-11-21 10:59:40 +08008 static_libs: ["android-common", "telephonyprovider-protos"],
Meng Wang9f47c3f2019-11-27 13:43:57 -08009}