From 3a39ce6e9afb72b6ed5b45f923c8ab1b1910519d Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Wed, 3 Feb 2021 18:29:20 -0800 Subject: [LSC] Add LOCAL_LICENSE_KINDS to test/vts-testcase/fuzz Added SPDX-license-identifier-Apache-2.0 to: iface_fuzzer/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Idc5dea5b7e95f1540973376ea93fadb0c201d541 --- iface_fuzzer/Android.bp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/iface_fuzzer/Android.bp b/iface_fuzzer/Android.bp index d8eab99..2caff8e 100644 --- a/iface_fuzzer/Android.bp +++ b/iface_fuzzer/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"], +} + filegroup { name: "vts_proto_fuzzer_srcs", srcs: [ -- cgit v1.2.3