summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2022-01-27 19:46:47 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-01-27 19:46:47 +0000
commit04f777db2e4c6f46b92c56833924afd508549ae9 (patch)
tree0dfb4206588f7104e449aa8fb448600321c2f55e /common
parent83ad1ed6b1eb0b1584beeb5cb32cdbca385fffe7 (diff)
parentc108c4576166f8c64036e763fef1f127124f8d29 (diff)
downloadcamera-04f777db2e4c6f46b92c56833924afd508549ae9.tar.gz
Fix license texts. am: c7402775f3 am: 9e9e929f80 am: c03ba91045 am: c108c45761
Original change: https://android-review.googlesource.com/c/platform/hardware/google/camera/+/1959716 Change-Id: I9772cc21bfa41b0ec326907d4c7192eda40e8459
Diffstat (limited to 'common')
-rw-r--r--common/hal/Android.bp8
-rw-r--r--common/hal/google_camera_hal/Android.bp6
-rw-r--r--common/hal/tests/Android.bp6
-rw-r--r--common/hal/utils/Android.bp7
-rw-r--r--common/lib_depth_generator/Android.bp6
-rw-r--r--common/profiler/Android.bp6
6 files changed, 6 insertions, 33 deletions
diff --git a/common/hal/Android.bp b/common/hal/Android.bp
index 24b96a9..f953dc8 100644
--- a/common/hal/Android.bp
+++ b/common/hal/Android.bp
@@ -16,13 +16,7 @@
package {
// See: http://go/android-license-faq
- // A large-scale-change added 'default_applicable_licenses' to import
- // all of the 'license_kinds' from "hardware_google_camera_license"
- // to get the below license kinds:
- // SPDX-license-identifier-Apache-2.0
- // SPDX-license-identifier-BSD
- // legacy_unencumbered
- default_applicable_licenses: ["hardware_google_camera_license"],
+ default_applicable_licenses: ["Android-Apache-2.0"],
}
cc_library_headers {
diff --git a/common/hal/google_camera_hal/Android.bp b/common/hal/google_camera_hal/Android.bp
index e81826a..15048a8 100644
--- a/common/hal/google_camera_hal/Android.bp
+++ b/common/hal/google_camera_hal/Android.bp
@@ -16,11 +16,7 @@
package {
// See: http://go/android-license-faq
- // A large-scale-change added 'default_applicable_licenses' to import
- // all of the 'license_kinds' from "hardware_google_camera_license"
- // to get the below license kinds:
- // SPDX-license-identifier-Apache-2.0
- default_applicable_licenses: ["hardware_google_camera_license"],
+ default_applicable_licenses: ["Android-Apache-2.0"],
}
soong_config_module_type_import {
diff --git a/common/hal/tests/Android.bp b/common/hal/tests/Android.bp
index 88d7ce0..0535c45 100644
--- a/common/hal/tests/Android.bp
+++ b/common/hal/tests/Android.bp
@@ -16,11 +16,7 @@
package {
// See: http://go/android-license-faq
- // A large-scale-change added 'default_applicable_licenses' to import
- // all of the 'license_kinds' from "hardware_google_camera_license"
- // to get the below license kinds:
- // SPDX-license-identifier-Apache-2.0
- default_applicable_licenses: ["hardware_google_camera_license"],
+ default_applicable_licenses: ["Android-Apache-2.0"],
}
cc_library_headers {
diff --git a/common/hal/utils/Android.bp b/common/hal/utils/Android.bp
index 635a798..1b428ef 100644
--- a/common/hal/utils/Android.bp
+++ b/common/hal/utils/Android.bp
@@ -16,12 +16,7 @@
package {
// See: http://go/android-license-faq
- // A large-scale-change added 'default_applicable_licenses' to import
- // all of the 'license_kinds' from "hardware_google_camera_license"
- // to get the below license kinds:
- // SPDX-license-identifier-Apache-2.0
- // legacy_unencumbered
- default_applicable_licenses: ["hardware_google_camera_license"],
+ default_applicable_licenses: ["Android-Apache-2.0"],
}
cc_library_shared {
diff --git a/common/lib_depth_generator/Android.bp b/common/lib_depth_generator/Android.bp
index 8c9ce11..01b816e 100644
--- a/common/lib_depth_generator/Android.bp
+++ b/common/lib_depth_generator/Android.bp
@@ -16,11 +16,7 @@
package {
// See: http://go/android-license-faq
- // A large-scale-change added 'default_applicable_licenses' to import
- // all of the 'license_kinds' from "hardware_google_camera_license"
- // to get the below license kinds:
- // SPDX-license-identifier-Apache-2.0
- default_applicable_licenses: ["hardware_google_camera_license"],
+ default_applicable_licenses: ["Android-Apache-2.0"],
}
cc_library_headers {
diff --git a/common/profiler/Android.bp b/common/profiler/Android.bp
index a8a6f1f..990d148 100644
--- a/common/profiler/Android.bp
+++ b/common/profiler/Android.bp
@@ -16,11 +16,7 @@
package {
// See: http://go/android-license-faq
- // A large-scale-change added 'default_applicable_licenses' to import
- // all of the 'license_kinds' from "hardware_google_camera_license"
- // to get the below license kinds:
- // SPDX-license-identifier-Apache-2.0
- default_applicable_licenses: ["hardware_google_camera_license"],
+ default_applicable_licenses: ["Android-Apache-2.0"],
}
cc_library_static {