summaryrefslogtreecommitdiff
path: root/tests/cpueater/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cpueater/Android.bp')
-rw-r--r--tests/cpueater/Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/cpueater/Android.bp b/tests/cpueater/Android.bp
index 315a18b0..72c0e49b 100644
--- a/tests/cpueater/Android.bp
+++ b/tests/cpueater/Android.bp
@@ -13,6 +13,23 @@
// limitations under the License.
// Copyright The Android Open Source Project
+package {
+ default_applicable_licenses: ["system_extras_tests_cpueater_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "system_extras_tests_cpueater_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "NOTICE",
+ ],
+}
+
cc_binary {
name: "cpueater",
srcs: ["cpueater.c"],