summaryrefslogtreecommitdiff
path: root/cmds/dumpsys/tests/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'cmds/dumpsys/tests/Android.bp')
-rw-r--r--cmds/dumpsys/tests/Android.bp12
1 files changed, 10 insertions, 2 deletions
diff --git a/cmds/dumpsys/tests/Android.bp b/cmds/dumpsys/tests/Android.bp
index e182b9d287..58fec30c9b 100644
--- a/cmds/dumpsys/tests/Android.bp
+++ b/cmds/dumpsys/tests/Android.bp
@@ -1,4 +1,13 @@
// Build the unit tests for dumpsys
+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_cmds_dumpsys_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["frameworks_native_cmds_dumpsys_license"],
+}
+
cc_test {
name: "dumpsys_test",
test_suites: ["device-tests"],
@@ -10,6 +19,7 @@ cc_test {
"libbase",
"libbinder",
"libutils",
+ "libbinderdebug",
],
static_libs: [
@@ -17,6 +27,4 @@ cc_test {
"libgmock",
"libserviceutils",
],
-
- clang: true,
}