diff options
author | Steven Moreland <smoreland@google.com> | 2017-03-08 16:11:32 -0800 |
---|---|---|
committer | Steven Moreland <smoreland@google.com> | 2017-03-08 19:31:53 -0800 |
commit | 48c52249e47a4d742faf037d6de7811f57de85e1 (patch) | |
tree | ca006555013e28ac8ee71c4244395b634d5dcf44 /automotive | |
parent | c615951317e4951ebf4fc48d2e9adb9686faf8e1 (diff) | |
download | platform_hardware_interfaces-48c52249e47a4d742faf037d6de7811f57de85e1.tar.gz platform_hardware_interfaces-48c52249e47a4d742faf037d6de7811f57de85e1.tar.bz2 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 'automotive')
-rw-r--r-- | automotive/evs/1.0/default/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/automotive/evs/1.0/default/Android.bp b/automotive/evs/1.0/default/Android.bp index 51c3a94ae1..8b214e3872 100644 --- a/automotive/evs/1.0/default/Android.bp +++ b/automotive/evs/1.0/default/Android.bp @@ -1,5 +1,6 @@ cc_binary { name: "android.hardware.automotive.evs@1.0-service", + defaults: ["hidl_defaults"], proprietary: true, relative_install_path: "hw", srcs: [ |