summaryrefslogtreecommitdiff
path: root/tests/framebuffer/Android.bp
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-10-07 16:59:05 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-10-07 16:59:05 +0000
commit23c944f6dd01b7975a0dd85d48ab4f2abbad2593 (patch)
treedd72a84514306c5cc0c9025a1fb9e9e3976ced32 /tests/framebuffer/Android.bp
parente474f50680b5c938d7462172b949578699df2854 (diff)
parent3b739c8720db08d5b34e8a547a5b2f6305fe37b6 (diff)
downloadextras-23c944f6dd01b7975a0dd85d48ab4f2abbad2593.tar.gz
Snap for 7803083 from 3b739c8720db08d5b34e8a547a5b2f6305fe37b6 to mainline-tzdata2-release
Change-Id: I3f7a03441a6392968c6e25d20d018e592a2c1e93
Diffstat (limited to 'tests/framebuffer/Android.bp')
-rw-r--r--tests/framebuffer/Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/framebuffer/Android.bp b/tests/framebuffer/Android.bp
index f072a59a..eda69dec 100644
--- a/tests/framebuffer/Android.bp
+++ b/tests/framebuffer/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 "system_extras_tests_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["system_extras_tests_license"],
+}
+
cc_binary {
name: "test-fb-refresh",
srcs: ["refresh.c"],