summaryrefslogtreecommitdiffstats
path: root/boot/1.0
diff options
context:
space:
mode:
authorSteven Moreland2017-03-08 18:11:32 -0600
committerSteven Moreland2017-03-08 21:31:53 -0600
commit48c52249e47a4d742faf037d6de7811f57de85e1 (patch)
treeca006555013e28ac8ee71c4244395b634d5dcf44 /boot/1.0
parentc615951317e4951ebf4fc48d2e9adb9686faf8e1 (diff)
downloadplatform-hardware-interfaces-48c52249e47a4d742faf037d6de7811f57de85e1.tar.gz
platform-hardware-interfaces-48c52249e47a4d742faf037d6de7811f57de85e1.tar.xz
platform-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 'boot/1.0')
-rw-r--r--boot/1.0/vts/functional/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/boot/1.0/vts/functional/Android.bp b/boot/1.0/vts/functional/Android.bp
index 7643e1d6..e77eb5c1 100644
--- a/boot/1.0/vts/functional/Android.bp
+++ b/boot/1.0/vts/functional/Android.bp
@@ -16,6 +16,7 @@
16 16
17cc_test { 17cc_test {
18 name: "VtsHalBootV1_0TargetTest", 18 name: "VtsHalBootV1_0TargetTest",
19 defaults: ["hidl_defaults"],
19 srcs: ["VtsHalBootV1_0TargetTest.cpp"], 20 srcs: ["VtsHalBootV1_0TargetTest.cpp"],
20 shared_libs: [ 21 shared_libs: [
21 "libbase", 22 "libbase",