From 5aacbafb889b6ad56343346f8c1ae69ed79c005d Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Wed, 31 Mar 2021 19:53:56 -0700 Subject: [PATCH] [LSC] Add LOCAL_LICENSE_KINDS to frameworks/libs/net Added SPDX-license-identifier-Apache-2.0 to: common/testutils/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: If307a41f295d202c3cb8b733ed74af26d3358058 --- staticlibs/testutils/Android.bp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/staticlibs/testutils/Android.bp b/staticlibs/testutils/Android.bp index bea5e5a317..d4465dd717 100644 --- a/staticlibs/testutils/Android.bp +++ b/staticlibs/testutils/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"], +} + java_library { name: "net-tests-utils", srcs: [