Sasha Smundak | 57c3db6 | 2019-01-08 15:37:25 -0800 | [diff] [blame] | 1 | android_app { |
| 2 | name: "TelephonyProvider", |
| 3 | privileged: true, |
zoey chen | e9b0341 | 2019-11-21 10:59:40 +0800 | [diff] [blame] | 4 | srcs: ["src/**/*.java", "proto/**/*.proto"], |
Sasha Smundak | 57c3db6 | 2019-01-08 15:37:25 -0800 | [diff] [blame] | 5 | platform_apis: true, |
| 6 | certificate: "platform", |
| 7 | libs: ["telephony-common"], |
zoey chen | e9b0341 | 2019-11-21 10:59:40 +0800 | [diff] [blame] | 8 | static_libs: ["android-common", "telephonyprovider-protos"], |
Meng Wang | 9f47c3f | 2019-11-27 13:43:57 -0800 | [diff] [blame^] | 9 | } |