summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 16:38:11 -0800
committerBob Badour <bbadour@google.com>2021-02-12 16:38:11 -0800
commit5ce15297c7524d6b08d74b59fe9ed3adfc28cf56 (patch)
tree15ed590c665d9a5b07acd493a31463538c4809e0
parent47edb0fd06038be98e1817077d996cf515e5454b (diff)
downloadnative_bridge_support-5ce15297c7524d6b08d74b59fe9ed3adfc28cf56.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to frameworks/libs/native_bridge_supportandroid-s-preview-1
Added SPDX-license-identifier-Apache-2.0 to: Android.bp app_process/Android.bp libEGL/Android.bp libGLESv1_CM/Android.bp libGLESv2/Android.bp libGLESv3/Android.bp libOpenMAXAL/Android.bp libOpenSLES/Android.bp libaaudio/Android.bp libamidi/Android.bp libandroid/Android.bp libandroid_runtime/Android.bp libbinder_ndk/Android.bp libc/Android.bp libcamera2ndk/Android.bp libicui18n/Android.bp libicuuc/Android.bp libjnigraphics/Android.bp libmediandk/Android.bp libnativehelper/Android.bp libnativewindow/Android.bp libneuralnetworks/Android.bp libvulkan/Android.bp libwebviewchromium_plat_support/Android.bp linker/Android.bp vdso/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I8304788350f8a4735dfcfd5392ce7adb37670d5e
-rw-r--r--Android.bp4
-rw-r--r--app_process/Android.bp4
-rw-r--r--libEGL/Android.bp4
-rw-r--r--libGLESv1_CM/Android.bp4
-rw-r--r--libGLESv2/Android.bp4
-rw-r--r--libGLESv3/Android.bp4
-rw-r--r--libOpenMAXAL/Android.bp4
-rw-r--r--libOpenSLES/Android.bp4
-rw-r--r--libaaudio/Android.bp4
-rw-r--r--libamidi/Android.bp4
-rw-r--r--libandroid/Android.bp4
-rw-r--r--libandroid_runtime/Android.bp4
-rw-r--r--libbinder_ndk/Android.bp4
-rw-r--r--libc/Android.bp4
-rw-r--r--libcamera2ndk/Android.bp4
-rw-r--r--libicui18n/Android.bp4
-rw-r--r--libicuuc/Android.bp4
-rw-r--r--libjnigraphics/Android.bp4
-rw-r--r--libmediandk/Android.bp4
-rw-r--r--libnativehelper/Android.bp4
-rw-r--r--libnativewindow/Android.bp4
-rw-r--r--libneuralnetworks/Android.bp4
-rw-r--r--libvulkan/Android.bp4
-rw-r--r--libwebviewchromium_plat_support/Android.bp4
-rw-r--r--linker/Android.bp4
-rw-r--r--vdso/Android.bp4
26 files changed, 104 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 38444f4..557d6b9 100644
--- a/Android.bp
+++ b/Android.bp
@@ -14,6 +14,10 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
cc_defaults {
name: "native_bridge_stub_library_defaults",
cflags: [
diff --git a/app_process/Android.bp b/app_process/Android.bp
index 7a2a968..fa3abb6 100644
--- a/app_process/Android.bp
+++ b/app_process/Android.bp
@@ -14,6 +14,10 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
cc_binary {
defaults: ["native_bridge_stub_library_defaults"],
name: "native_bridge_guest_app_process",
diff --git a/libEGL/Android.bp b/libEGL/Android.bp
index 4d5e96d..c3e5e84 100644
--- a/libEGL/Android.bp
+++ b/libEGL/Android.bp
@@ -14,6 +14,10 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
cc_library {
defaults: ["native_bridge_stub_library_defaults"],
name: "libnative_bridge_guest_libEGL",
diff --git a/libGLESv1_CM/Android.bp b/libGLESv1_CM/Android.bp
index 5e14267..2a49a65 100644
--- a/libGLESv1_CM/Android.bp
+++ b/libGLESv1_CM/Android.bp
@@ -14,6 +14,10 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
cc_library {
defaults: ["native_bridge_stub_library_defaults"],
name: "libnative_bridge_guest_libGLESv1_CM",
diff --git a/libGLESv2/Android.bp b/libGLESv2/Android.bp
index d3db2a1..179916c 100644
--- a/libGLESv2/Android.bp
+++ b/libGLESv2/Android.bp
@@ -14,6 +14,10 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
cc_library {
defaults: ["native_bridge_stub_library_defaults"],
name: "libnative_bridge_guest_libGLESv2",
diff --git a/libGLESv3/Android.bp b/libGLESv3/Android.bp
index 7030868..ad4980e 100644
--- a/libGLESv3/Android.bp
+++ b/libGLESv3/Android.bp
@@ -14,6 +14,10 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
cc_library {
defaults: ["native_bridge_stub_library_defaults"],
name: "libnative_bridge_guest_libGLESv3",
diff --git a/libOpenMAXAL/Android.bp b/libOpenMAXAL/Android.bp
index 36eebb1..b4bb4e6 100644
--- a/libOpenMAXAL/Android.bp
+++ b/libOpenMAXAL/Android.bp
@@ -14,6 +14,10 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
cc_library {
defaults: ["native_bridge_stub_library_defaults"],
name: "libnative_bridge_guest_libOpenMAXAL",
diff --git a/libOpenSLES/Android.bp b/libOpenSLES/Android.bp
index 7af1f21..589ac13 100644
--- a/libOpenSLES/Android.bp
+++ b/libOpenSLES/Android.bp
@@ -14,6 +14,10 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
cc_library {
defaults: ["native_bridge_stub_library_defaults"],
name: "libnative_bridge_guest_libOpenSLES",
diff --git a/libaaudio/Android.bp b/libaaudio/Android.bp
index 87460ca..3ddcfad 100644
--- a/libaaudio/Android.bp
+++ b/libaaudio/Android.bp
@@ -14,6 +14,10 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
cc_library {
defaults: [ "native_bridge_stub_library_defaults" ],
name: "libnative_bridge_guest_libaaudio",
diff --git a/libamidi/Android.bp b/libamidi/Android.bp
index 67b57e5..92d2c11 100644
--- a/libamidi/Android.bp
+++ b/libamidi/Android.bp
@@ -14,6 +14,10 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
cc_library {
defaults: ["native_bridge_stub_library_defaults"],
name: "libnative_bridge_guest_libamidi",
diff --git a/libandroid/Android.bp b/libandroid/Android.bp
index fe60e64..5b41b79 100644
--- a/libandroid/Android.bp
+++ b/libandroid/Android.bp
@@ -14,6 +14,10 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
cc_library {
defaults: ["native_bridge_stub_library_defaults"],
name: "libnative_bridge_guest_libandroid",
diff --git a/libandroid_runtime/Android.bp b/libandroid_runtime/Android.bp
index 96e9a7d..f88979d 100644
--- a/libandroid_runtime/Android.bp
+++ b/libandroid_runtime/Android.bp
@@ -14,6 +14,10 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
cc_library {
defaults: ["native_bridge_stub_library_defaults"],
name: "libnative_bridge_guest_libandroid_runtime",
diff --git a/libbinder_ndk/Android.bp b/libbinder_ndk/Android.bp
index b999a30..9fc977d 100644
--- a/libbinder_ndk/Android.bp
+++ b/libbinder_ndk/Android.bp
@@ -14,6 +14,10 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
cc_library {
defaults: ["native_bridge_stub_library_defaults"],
name: "libnative_bridge_guest_libbinder_ndk",
diff --git a/libc/Android.bp b/libc/Android.bp
index afc5986..80f2523 100644
--- a/libc/Android.bp
+++ b/libc/Android.bp
@@ -20,6 +20,10 @@
soong_namespace {
}
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
cc_library {
defaults: [
"native_bridge_stub_library_defaults",
diff --git a/libcamera2ndk/Android.bp b/libcamera2ndk/Android.bp
index ac515fe..f114faf 100644
--- a/libcamera2ndk/Android.bp
+++ b/libcamera2ndk/Android.bp
@@ -14,6 +14,10 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
cc_library {
defaults: ["native_bridge_stub_library_defaults"],
name: "libnative_bridge_guest_libcamera2ndk",
diff --git a/libicui18n/Android.bp b/libicui18n/Android.bp
index f26c5b2..8aecc29 100644
--- a/libicui18n/Android.bp
+++ b/libicui18n/Android.bp
@@ -14,6 +14,10 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
cc_library {
defaults: ["native_bridge_stub_library_defaults"],
name: "libnative_bridge_guest_libicui18n",
diff --git a/libicuuc/Android.bp b/libicuuc/Android.bp
index 39fe42c..dbbdd43 100644
--- a/libicuuc/Android.bp
+++ b/libicuuc/Android.bp
@@ -14,6 +14,10 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
cc_library {
defaults: ["native_bridge_stub_library_defaults"],
name: "libnative_bridge_guest_libicuuc",
diff --git a/libjnigraphics/Android.bp b/libjnigraphics/Android.bp
index a8a9f43..eb785a8 100644
--- a/libjnigraphics/Android.bp
+++ b/libjnigraphics/Android.bp
@@ -14,6 +14,10 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
cc_library {
defaults: ["native_bridge_stub_library_defaults"],
name: "libnative_bridge_guest_libjnigraphics",
diff --git a/libmediandk/Android.bp b/libmediandk/Android.bp
index 2066db8..2af7a9a 100644
--- a/libmediandk/Android.bp
+++ b/libmediandk/Android.bp
@@ -14,6 +14,10 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
cc_library {
defaults: ["native_bridge_stub_library_defaults"],
name: "libnative_bridge_guest_libmediandk",
diff --git a/libnativehelper/Android.bp b/libnativehelper/Android.bp
index aaf7a4a..e96cef6 100644
--- a/libnativehelper/Android.bp
+++ b/libnativehelper/Android.bp
@@ -14,6 +14,10 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
cc_library {
defaults: ["native_bridge_stub_library_defaults"],
name: "libnative_bridge_guest_libnativehelper",
diff --git a/libnativewindow/Android.bp b/libnativewindow/Android.bp
index 913a332..3155eca 100644
--- a/libnativewindow/Android.bp
+++ b/libnativewindow/Android.bp
@@ -14,6 +14,10 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
cc_library {
defaults: ["native_bridge_stub_library_defaults"],
name: "libnative_bridge_guest_libnativewindow",
diff --git a/libneuralnetworks/Android.bp b/libneuralnetworks/Android.bp
index 345f92b..4885abd 100644
--- a/libneuralnetworks/Android.bp
+++ b/libneuralnetworks/Android.bp
@@ -14,6 +14,10 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
cc_library {
defaults: ["native_bridge_stub_library_defaults"],
name: "libnative_bridge_guest_libneuralnetworks",
diff --git a/libvulkan/Android.bp b/libvulkan/Android.bp
index b1aa29e..064e8ef 100644
--- a/libvulkan/Android.bp
+++ b/libvulkan/Android.bp
@@ -14,6 +14,10 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
cc_library {
defaults: ["native_bridge_stub_library_defaults"],
name: "libnative_bridge_guest_libvulkan",
diff --git a/libwebviewchromium_plat_support/Android.bp b/libwebviewchromium_plat_support/Android.bp
index 2321036..f28b09a 100644
--- a/libwebviewchromium_plat_support/Android.bp
+++ b/libwebviewchromium_plat_support/Android.bp
@@ -14,6 +14,10 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
cc_library {
defaults: ["native_bridge_stub_library_defaults"],
name: "libnative_bridge_guest_libwebviewchromium_plat_support",
diff --git a/linker/Android.bp b/linker/Android.bp
index 2f47e6e..46a71c4 100644
--- a/linker/Android.bp
+++ b/linker/Android.bp
@@ -14,6 +14,10 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
cc_library_headers {
name: "native_bridge_guest_linker_headers",
export_include_dirs: ["include"],
diff --git a/vdso/Android.bp b/vdso/Android.bp
index d93e3db..56a78c8 100644
--- a/vdso/Android.bp
+++ b/vdso/Android.bp
@@ -14,6 +14,10 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
cc_library_shared {
name: "libnative_bridge_vdso",
enabled: false,