Sasha Smundak | 57c3db6 | 2019-01-08 15:37:25 -0800 | [diff] [blame^] | 1 | android_app { |
2 | name: "TelephonyProvider", | ||||
3 | privileged: true, | ||||
4 | srcs: ["src/**/*.java"], | ||||
5 | platform_apis: true, | ||||
6 | certificate: "platform", | ||||
7 | libs: ["telephony-common"], | ||||
8 | static_libs: ["android-common"], | ||||
9 | } |