Sasha Smundak | 538966e | 2020-02-05 19:54:20 -0800 | [diff] [blame^] | 1 | android_app { |
2 | name: "ImsTestApp", | ||||
3 | static_libs: [ | ||||
4 | "androidx.legacy_legacy-support-v4", | ||||
5 | "androidx.appcompat_appcompat", | ||||
6 | "androidx.recyclerview_recyclerview", | ||||
7 | "androidx.cardview_cardview", | ||||
8 | ], | ||||
9 | srcs: ["src/**/*.java"], | ||||
10 | platform_apis: true, | ||||
11 | certificate: "platform", | ||||
12 | privileged: true, | ||||
13 | } |