From 7909a21be47f96124186cf6cb75472574f5413af Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Fri, 12 Feb 2021 16:14:35 -0800 Subject: [PATCH] [LSC] Add LOCAL_LICENSE_KINDS to frameworks/opt/net/ethernet Added SPDX-license-identifier-Apache-2.0 to: Android.bp tests/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I9e5f4513d6a737c8e31639babd7a4e6342968214 --- tests/ethernet/Android.bp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/ethernet/Android.bp b/tests/ethernet/Android.bp index 9c776e604f..4b2d270769 100644 --- a/tests/ethernet/Android.bp +++ b/tests/ethernet/Android.bp @@ -13,6 +13,10 @@ // limitations under the License. // +package { + default_applicable_licenses: ["Android-Apache-2.0"], +} + android_test { name: "EthernetServiceTests",