diff options
author | 2021-04-15 12:43:39 -0700 | |
---|---|---|
committer | 2021-04-15 12:43:39 -0700 | |
commit | 414719e9157b9f9a85cec1586ee22be873d1c478 (patch) | |
tree | f0aa2d7ee174de1a898191a0e4b71ee1ad12e5fc /licenses | |
parent | c1c2352d955b0d7670b1dd3d257beb28a5fccc6c (diff) |
Clean up package names.
Use license name unless package name is given.
Change the package name for the default android license to Android.
Test: m all
Change-Id: I0049b08fc4955a838e33c8bcfed104dbbf8ec7b1
Diffstat (limited to 'licenses')
-rw-r--r-- | licenses/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/licenses/Android.bp b/licenses/Android.bp index c70d6bd55..a983b5bc7 100644 --- a/licenses/Android.bp +++ b/licenses/Android.bp @@ -20,6 +20,7 @@ package { license { name: "Android-Apache-2.0", + package_name: "Android", license_kinds: ["SPDX-license-identifier-Apache-2.0"], copyright_notice: "Copyright (C) The Android Open Source Project", license_text: ["LICENSE"], |