summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp14
-rw-r--r--libacryl_plugins/Android.bp6
2 files changed, 3 insertions, 17 deletions
diff --git a/Android.bp b/Android.bp
index a657ade..9d70070 100644
--- a/Android.bp
+++ b/Android.bp
@@ -3,16 +3,6 @@ soong_namespace {
}
package {
- default_applicable_licenses: ["hardware_google_graphics_gs101_license"],
-}
-
-// Added automatically by a large-scale-change
-// See: http://go/android-license-faq
-license {
- name: "hardware_google_graphics_gs101_license",
- visibility: [":__subpackages__"],
- license_kinds: [
- "SPDX-license-identifier-Apache-2.0",
- ],
- // large-scale-change unable to identify any license_text files
+ // See: http://go/android-license-faq
+ default_applicable_licenses: ["Android-Apache-2.0"],
}
diff --git a/libacryl_plugins/Android.bp b/libacryl_plugins/Android.bp
index f8d58a0..9463723 100644
--- a/libacryl_plugins/Android.bp
+++ b/libacryl_plugins/Android.bp
@@ -1,10 +1,6 @@
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_graphics_gs101_license"
- // to get the below license kinds:
- // SPDX-license-identifier-Apache-2.0
- default_applicable_licenses: ["hardware_google_graphics_gs101_license"],
+ default_applicable_licenses: ["Android-Apache-2.0"],
}
cc_library {