From 1c95dda413c9e027ec2c81eaabd612abe527494f Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Fri, 12 Feb 2021 20:14:32 -0800 Subject: [LSC] Add LOCAL_LICENSE_KINDS to frameworks/opt/bitmap Added SPDX-license-identifier-Apache-2.0 to: Android.bp sample/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I458bc0de0719646b0a2c88abc0c32056604e1fa1 --- Android.bp | 4 ++++ sample/Android.bp | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/Android.bp b/Android.bp index 5822199..69a6d8d 100644 --- a/Android.bp +++ b/Android.bp @@ -12,6 +12,10 @@ // See the License for the specific language governing permissions and // limitations under the License. +package { + default_applicable_licenses: ["Android-Apache-2.0"], +} + android_library { name: "android-opt-bitmap", sdk_version: "18", diff --git a/sample/Android.bp b/sample/Android.bp index 89ce889..caecdcf 100644 --- a/sample/Android.bp +++ b/sample/Android.bp @@ -12,6 +12,10 @@ // See the License for the specific language governing permissions and // limitations under the License. +package { + default_applicable_licenses: ["Android-Apache-2.0"], +} + android_app { name: "bitmapcache-sample", static_libs: ["android-opt-bitmap"], -- cgit v1.2.3