From c721eef95790024244d2a43167b7ef3857d797bb Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Tue, 25 Jan 2022 15:29:07 -0800 Subject: Fix license texts. Entire contents are Android 1p. Test: m nothing Change-Id: Ic4b74cc576c849eee94182450490574052e01464 --- Android.bp | 14 ++------------ libacryl_plugins/Android.bp | 6 +----- 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 { -- cgit v1.2.3