Jayachandran C | 4c61228 | 2019-10-17 11:57:56 -0700 | [diff] [blame] | 1 | filegroup { |
| 2 | name: "jarjar-rules", |
| 3 | srcs: ["jarjar-rules.txt"], |
| 4 | } |
| 5 | |
Sasha Smundak | 57c3db6 | 2019-01-08 15:37:25 -0800 | [diff] [blame] | 6 | android_app { |
| 7 | name: "TelephonyProvider", |
| 8 | privileged: true, |
zoey chen | e9b0341 | 2019-11-21 10:59:40 +0800 | [diff] [blame^] | 9 | srcs: ["src/**/*.java", "proto/**/*.proto"], |
Jayachandran C | 4c61228 | 2019-10-17 11:57:56 -0700 | [diff] [blame] | 10 | jarjar_rules: ":jarjar-rules", |
Sasha Smundak | 57c3db6 | 2019-01-08 15:37:25 -0800 | [diff] [blame] | 11 | platform_apis: true, |
| 12 | certificate: "platform", |
| 13 | libs: ["telephony-common"], |
zoey chen | e9b0341 | 2019-11-21 10:59:40 +0800 | [diff] [blame^] | 14 | static_libs: ["android-common", "telephonyprovider-protos"], |
| 15 | } |