summaryrefslogtreecommitdiffstats
path: root/gatekeeper
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-03-08 16:11:32 -0800
committerSteven Moreland <smoreland@google.com>2017-03-08 19:31:53 -0800
commit48c52249e47a4d742faf037d6de7811f57de85e1 (patch)
treeca006555013e28ac8ee71c4244395b634d5dcf44 /gatekeeper
parentc615951317e4951ebf4fc48d2e9adb9686faf8e1 (diff)
downloadandroid_hardware_interfaces-48c52249e47a4d742faf037d6de7811f57de85e1.tar.gz
android_hardware_interfaces-48c52249e47a4d742faf037d6de7811f57de85e1.tar.bz2
android_hardware_interfaces-48c52249e47a4d742faf037d6de7811f57de85e1.zip
hidl_default to all targets.
find hardware/interfaces -type f -not -path "*/.git/*" \ -exec sed -i -e '/cc_[A-Za-z_]\+/ { N; s/$/\n defaults: \["hidl_defaults"\],/ }' {} \; ./hardware/interfaces/update-makefiles.sh Test: pass Bug: 35840847 Change-Id: If10c464d2f000b85c8d698fe11a4f3fc4cfad282
Diffstat (limited to 'gatekeeper')
-rw-r--r--gatekeeper/1.0/vts/functional/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gatekeeper/1.0/vts/functional/Android.bp b/gatekeeper/1.0/vts/functional/Android.bp
index c2c32a679..5ece33688 100644
--- a/gatekeeper/1.0/vts/functional/Android.bp
+++ b/gatekeeper/1.0/vts/functional/Android.bp
@@ -16,6 +16,7 @@
cc_test {
name: "VtsHalGatekeeperV1_0TargetTest",
+ defaults: ["hidl_defaults"],
srcs: ["VtsHalGatekeeperV1_0TargetTest.cpp"],
shared_libs: [
"libbase",