aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-09 05:04:43 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-09 05:04:43 +0000
commit049194c7a355b9a8c92ba865811b6636e69aea6f (patch)
tree2ce8a4e341ac9f98fb265347777487eda74eba48
parent3b60eb7ea48e0fa213ba9e09f1eddf6799ea4905 (diff)
parent43b0ded4f0eb9cae762ee6fcab0f52dd61edb648 (diff)
downloadarm-trusted-firmware-android14-d1-s1-release.tar.gz
Change-Id: I681c3d5f56a2773005109186623945c86d2d3ce6
-rw-r--r--Android.bp16
1 files changed, 16 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 000000000..5ed8e12e5
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,16 @@
+package {
+ default_applicable_licenses: ["arm_trusted_firmware_license"],
+}
+
+// See: http://go/android-license-faq
+license {
+ name: "arm_trusted_firmware_license",
+ visibility: [":__subpackages__"],
+ license_kinds: ["SPDX-license-identifier-BSD"],
+ license_text: ["LICENSE"],
+}
+
+filegroup {
+ name: "arm_dt_bindings_headers",
+ srcs: ["include/dt-bindings/**/*.h"],
+}