From 739f5fe5958cf68551893e462c785af56f20401e Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Tue, 30 Mar 2021 22:55:10 -0700 Subject: [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: Ib947b1cd6eae235e77cd55d57673360c426e80f1 --- common/testutils/Android.bp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common') diff --git a/common/testutils/Android.bp b/common/testutils/Android.bp index bea5e5a3..d4465dd7 100644 --- a/common/testutils/Android.bp +++ b/common/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: [ -- cgit v1.2.3