blob: fdaad8d4694be78aa4fd893d047fd1f07811f8c2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
prebuilt_etc {
name: "privapp_allowlist_com.android.bluetooth.xml",
src: "com.android.bluetooth.xml",
sub_dir: "permissions",
installable: false,
}
|