summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeun Soo YIM <yim@google.com>2018-11-29 10:15:47 -0800
committerKeun Soo Yim <yim@google.com>2018-12-03 20:00:08 +0000
commit71611f329d755e711a9ccb635d3abd477a6983a1 (patch)
treee7364ae4334967dd6b650577e37f1be81d7cfe8a
parent5a080f41a9bac6e1677f5dc04c42842240eab44e (diff)
Package all VTS binaries for HALs as part of general-tests
To package VTS tests as part of a separate package which consequently helps other developer testing tools to support VTS. Test: make general-tests Bug: 120093339 Change-Id: I850157782ad436f81a8d7b95168c4cc39dcff2b8
-rw-r--r--Android.bp5
1 files changed, 4 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 1c6e1b27e9..927e22731b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -14,7 +14,10 @@ cc_defaults {
// VTS tests must link to HAL definition libraries statically.
cc_defaults {
name: "VtsHalTargetTestDefaults",
- defaults: ["hidl_defaults"],
+ defaults: [
+ "vts_target_tests_defaults",
+ "hidl_defaults",
+ ],
// Lists all dependencies that can *not* be expected on the device.
static_libs: [