summaryrefslogtreecommitdiff
path: root/opengl/tests/tritex/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'opengl/tests/tritex/Android.bp')
-rw-r--r--opengl/tests/tritex/Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/opengl/tests/tritex/Android.bp b/opengl/tests/tritex/Android.bp
index 390397b9da..87da93f6bc 100644
--- a/opengl/tests/tritex/Android.bp
+++ b/opengl/tests/tritex/Android.bp
@@ -1,3 +1,12 @@
+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
+ default_applicable_licenses: ["frameworks_native_license"],
+}
+
cc_binary {
name: "test-opengl-tritex",
srcs: ["tritex.cpp"],