summaryrefslogtreecommitdiff
path: root/data/etc/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'data/etc/Android.bp')
-rw-r--r--data/etc/Android.bp16
1 files changed, 16 insertions, 0 deletions
diff --git a/data/etc/Android.bp b/data/etc/Android.bp
new file mode 100644
index 0000000000..9d88ca64e6
--- /dev/null
+++ b/data/etc/Android.bp
@@ -0,0 +1,16 @@
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "frameworks_native_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["frameworks_native_license"],
+}
+
+prebuilt_etc {
+ name: "android.hardware.biometrics.face.xml",
+ product_specific: true,
+ sub_dir: "permissions",
+ src: "android.hardware.biometrics.face.xml",
+ filename_from_src: true,
+}