summaryrefslogtreecommitdiffstats
path: root/automotive
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-05-19 15:52:22 -0700
committerSteven Moreland <smoreland@google.com>2017-05-19 15:54:03 -0700
commit76cfb841405a7884519181dd924459c142ac43dd (patch)
treeb648d9f622dd0a61c31022d49cac1ab2af926a5e /automotive
parente4d318948aa67150a33e6f25a9dce662afa14c4a (diff)
downloadandroid_hardware_interfaces-76cfb841405a7884519181dd924459c142ac43dd.tar.gz
android_hardware_interfaces-76cfb841405a7884519181dd924459c142ac43dd.tar.bz2
android_hardware_interfaces-76cfb841405a7884519181dd924459c142ac43dd.zip
Update makefiles. (2/2)
Adds default configuration for all hals. Bug: 38415912 Test: pass Change-Id: Idd1f3a2b7b16ad956d31784a513e93a066cdd02e
Diffstat (limited to 'automotive')
-rw-r--r--automotive/evs/1.0/Android.bp1
-rw-r--r--automotive/vehicle/2.0/Android.bp1
-rw-r--r--automotive/vehicle/2.1/Android.bp1
3 files changed, 3 insertions, 0 deletions
diff --git a/automotive/evs/1.0/Android.bp b/automotive/evs/1.0/Android.bp
index e3752b0b8..25f850658 100644
--- a/automotive/evs/1.0/Android.bp
+++ b/automotive/evs/1.0/Android.bp
@@ -62,6 +62,7 @@ genrule {
cc_library_shared {
name: "android.hardware.automotive.evs@1.0",
+ defaults: ["hidl-module-defaults"],
generated_sources: ["android.hardware.automotive.evs@1.0_genc++"],
generated_headers: ["android.hardware.automotive.evs@1.0_genc++_headers"],
export_generated_headers: ["android.hardware.automotive.evs@1.0_genc++_headers"],
diff --git a/automotive/vehicle/2.0/Android.bp b/automotive/vehicle/2.0/Android.bp
index ce069d886..f401dab5e 100644
--- a/automotive/vehicle/2.0/Android.bp
+++ b/automotive/vehicle/2.0/Android.bp
@@ -48,6 +48,7 @@ genrule {
cc_library_shared {
name: "android.hardware.automotive.vehicle@2.0",
+ defaults: ["hidl-module-defaults"],
generated_sources: ["android.hardware.automotive.vehicle@2.0_genc++"],
generated_headers: ["android.hardware.automotive.vehicle@2.0_genc++_headers"],
export_generated_headers: ["android.hardware.automotive.vehicle@2.0_genc++_headers"],
diff --git a/automotive/vehicle/2.1/Android.bp b/automotive/vehicle/2.1/Android.bp
index 184df9b5c..f91813490 100644
--- a/automotive/vehicle/2.1/Android.bp
+++ b/automotive/vehicle/2.1/Android.bp
@@ -41,6 +41,7 @@ genrule {
cc_library_shared {
name: "android.hardware.automotive.vehicle@2.1",
+ defaults: ["hidl-module-defaults"],
generated_sources: ["android.hardware.automotive.vehicle@2.1_genc++"],
generated_headers: ["android.hardware.automotive.vehicle@2.1_genc++_headers"],
export_generated_headers: ["android.hardware.automotive.vehicle@2.1_genc++_headers"],