From 4c09e05c8dba40149d4cea3bb52f4bf1d7f271fd Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Thu, 11 Mar 2021 17:33:08 -0800 Subject: [LSC] Add LOCAL_LICENSE_KINDS to bootable/libbootloader Added SPDX-license-identifier-Apache-2.0 to: vts/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Ice4b45e6474ba0770c19f485dd34aa56d621756a --- vts/Android.bp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vts/Android.bp b/vts/Android.bp index 06fb911..4fb42ef 100644 --- a/vts/Android.bp +++ b/vts/Android.bp @@ -13,6 +13,10 @@ // See the License for the specific language governing permissions and // limitations under the License. +package { + default_applicable_licenses: ["Android-Apache-2.0"], +} + cc_test { name: "VtsBootconfigTest", srcs: [ -- cgit v1.2.3