summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 00000000..c638bb88
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,9 @@
+package {
+ default_applicable_licenses: ["external_ow2_asm_license"],
+}
+
+license {
+ name: "external_ow2_asm_license",
+ license_kinds: ["SPDX-license-identifier-BSD-3-Clause"],
+ license_text: ["LICENSE.txt"],
+}