summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-06-23 02:31:14 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-06-23 02:31:14 +0000
commit6e6151a6a78f9c6862df83f04fc31b522ba7d16f (patch)
tree8e139861b6d5bbed8ecef6cf5761d17aee160c92
parent93195ee38bd08ea8d9f87cbfa550635923f213de (diff)
parenta713423176e81061425d0bf149e644a5c05975f9 (diff)
downloadlibldac-android12-mainline-neuralnetworks-release.tar.gz
Change-Id: I8ea3d47e7537d8e1ccf6e4f57ab69e4acf9f34fc
-rw-r--r--Android.bp25
-rw-r--r--[-rwxr-xr-x]LICENSE0
-rw-r--r--METADATA3
-rw-r--r--[-rwxr-xr-x]NOTICE0
4 files changed, 28 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 97420a3..7f8e448 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,6 +1,30 @@
+package {
+ default_applicable_licenses: ["external_libldac_license"],
+}
+
+// Added automatically by a large-scale-change
+//
+// large-scale-change included anything that looked like it might be a license
+// text as a license_text. e.g. LICENSE, NOTICE, COPYING etc.
+//
+// Please consider removing redundant or irrelevant files from 'license_text:'.
+// See: http://go/android-license-faq
+license {
+ name: "external_libldac_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "LICENSE",
+ "NOTICE",
+ ],
+}
+
cc_library_shared {
name: "libldacBT_enc",
vendor_available: true,
+ product_available: true,
vndk: {
enabled: true,
},
@@ -22,6 +46,7 @@ cc_library_shared {
cc_library_shared {
name: "libldacBT_abr",
vendor_available: true,
+ product_available: true,
vndk: {
enabled: true,
},
diff --git a/LICENSE b/LICENSE
index 261eeb9..261eeb9 100755..100644
--- a/LICENSE
+++ b/LICENSE
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..d97975c
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,3 @@
+third_party {
+ license_type: NOTICE
+}
diff --git a/NOTICE b/NOTICE
index 284ea31..284ea31 100755..100644
--- a/NOTICE
+++ b/NOTICE