summaryrefslogtreecommitdiff
path: root/opengl/tests/Android.bp
diff options
context:
space:
mode:
author Bob Badour <bbadour@google.com> 2021-02-18 01:57:58 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2021-02-18 01:57:58 +0000
commit57bbbd0115ae8fb8a5271eea1c38bcff470dff64 (patch)
treeaa97881a782e23de1439a851181b79a0a8594dd4 /opengl/tests/Android.bp
parent050ca4a62f890f8746dd1ef1452c501627d84fab (diff)
parent2e6718529b3f3b55d310db6738e71255e9b74dee (diff)
Merge "[LSC] Add LOCAL_LICENSE_KINDS to frameworks/native" into sc-dev
Diffstat (limited to 'opengl/tests/Android.bp')
-rw-r--r--opengl/tests/Android.bp13
1 files changed, 12 insertions, 1 deletions
diff --git a/opengl/tests/Android.bp b/opengl/tests/Android.bp
index 639f351c69..da717bddf8 100644
--- a/opengl/tests/Android.bp
+++ b/opengl/tests/Android.bp
@@ -1,4 +1,16 @@
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "frameworks_native_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ // SPDX-license-identifier-BSD
+ // SPDX-license-identifier-MIT
+ // legacy_notice
+ default_applicable_licenses: ["frameworks_native_license"],
+}
+
subdirs = [
"angeles",
"configdump",
@@ -16,4 +28,3 @@ subdirs = [
"hwc",
"lib",
]
-