Sasha Smundak | 57c3db6 | 2019-01-08 15:37:25 -0800 | [diff] [blame] | 1 | android_app { |
| 2 | name: "TelephonyProvider", |
| 3 | privileged: true, |
zoey chen | c3a3c0e | 2019-12-05 15:18:27 +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 | c3a3c0e | 2019-12-05 15:18:27 +0800 | [diff] [blame] | 8 | static_libs: ["android-common", "telephonyprovider-protos"], |
Rafal Slawik | 2db9889 | 2019-12-04 09:50:37 +0000 | [diff] [blame] | 9 | } |