summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2022-01-25 15:20:32 -0800
committerBob Badour <bbadour@google.com>2022-01-27 18:44:57 +0000
commitdc3b164f23b7dbcdfc909914aca2855b734da1b9 (patch)
treed05aac1c5e20d2eac7d2ac08af1d049eb5f91d23 /Android.bp
parent2090029d066da3cfec55b8c5adc83f48da3b7293 (diff)
Fix licenses and license texts.
The contents are all Android 1p. Test: m nothing Change-Id: I09270b0bf0a5ffc423d430d0515303a91368ad19
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp14
1 files changed, 2 insertions, 12 deletions
diff --git a/Android.bp b/Android.bp
index 606c064..3de3900 100644
--- a/Android.bp
+++ b/Android.bp
@@ -3,16 +3,6 @@ soong_namespace {
}
package {
- default_applicable_licenses: ["hardware_google_graphics_common_license"],
-}
-
-// Added automatically by a large-scale-change
-// See: http://go/android-license-faq
-license {
- name: "hardware_google_graphics_common_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"],
}