14 lines
269 B
Plaintext
14 lines
269 B
Plaintext
|
package {
|
||
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
||
|
}
|
||
|
|
||
|
android_app {
|
||
|
name: "CarPermissionControllerRRO",
|
||
|
resource_dirs: ["res"],
|
||
|
platform_apis: true,
|
||
|
aaptflags: [
|
||
|
"--no-resource-deduping",
|
||
|
"--no-resource-removal"
|
||
|
],
|
||
|
}
|