summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-05-12 11:43:47 -0700
committerBob Badour <bbadour@google.com>2021-05-12 11:43:47 -0700
commit1f6b8fc85b2e453bb14ff3cc97fddbcc8cce62b9 (patch)
tree42eaf3c0bae7c1f6bb7c90744f3520cfdc0ef88b
parent8b65051cac1e6fb87daa7456d4e23f8b48ace92a (diff)
downloadinterfaces-1f6b8fc85b2e453bb14ff3cc97fddbcc8cce62b9.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to frameworks/hardware/interfaces
Added SPDX-license-identifier-Apache-2.0 to: stats/aidl/vts/functional/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I35e9e948c3f0fa97b88da0befa5710e4ef1545ac
-rw-r--r--stats/aidl/vts/functional/Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/stats/aidl/vts/functional/Android.bp b/stats/aidl/vts/functional/Android.bp
index c4787de..e0663bd 100644
--- a/stats/aidl/vts/functional/Android.bp
+++ b/stats/aidl/vts/functional/Android.bp
@@ -14,6 +14,10 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
cc_test {
name: "VtsAidlHalStatsTargetTest",
defaults: [