1package {
2 default_applicable_licenses: ["Android-Apache-2.0"],
3}
4
5android_app {
6 name: "CarFrameworkPackageStubs",
7
8 srcs: ["src/**/*.java"],
9
10 platform_apis: true,
11
12 // Required to allow non 0 intent filter priority
13 privileged: true,
14
15 certificate: "platform",
16}
17