From 0216b1a47cdd428f3f16c7b9cede27a215d95255 Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Fri, 12 Feb 2021 20:46:45 -0800 Subject: [LSC] Add LOCAL_LICENSE_KINDS to test/vts-testcase/vndk Added SPDX-license-identifier-Apache-2.0 to: Android.bp golden/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Iac8f77f19303b6d5631828a299edeb8b4ec0cb78 --- Android.bp | 4 ++++ golden/Android.bp | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/Android.bp b/Android.bp index dd7852f..1212b59 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"], +} + python_library_host { name: "vts_vndk_utils", pkg_path: "vts/testcases/vndk", diff --git a/golden/Android.bp b/golden/Android.bp index f5230f4..61ea604 100644 --- a/golden/Android.bp +++ b/golden/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"], +} + python_binary_host { name: "extract_lsdump", main: "extract_lsdump.py", -- cgit v1.2.3