diff options
author | Bob Badour <bbadour@google.com> | 2022-01-25 15:20:32 -0800 |
---|---|---|
committer | Bob Badour <bbadour@google.com> | 2022-01-27 18:44:57 +0000 |
commit | dc3b164f23b7dbcdfc909914aca2855b734da1b9 (patch) | |
tree | d05aac1c5e20d2eac7d2ac08af1d049eb5f91d23 /Android.bp | |
parent | 2090029d066da3cfec55b8c5adc83f48da3b7293 (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.bp | 14 |
1 files changed, 2 insertions, 12 deletions
@@ -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"], } |