summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Moreland2017-05-19 17:52:22 -0500
committerSteven Moreland2017-05-19 17:54:03 -0500
commit76cfb841405a7884519181dd924459c142ac43dd (patch)
treeb648d9f622dd0a61c31022d49cac1ab2af926a5e /vibrator/1.0
parente4d318948aa67150a33e6f25a9dce662afa14c4a (diff)
downloadplatform-hardware-interfaces-76cfb841405a7884519181dd924459c142ac43dd.tar.gz
platform-hardware-interfaces-76cfb841405a7884519181dd924459c142ac43dd.tar.xz
platform-hardware-interfaces-76cfb841405a7884519181dd924459c142ac43dd.zip
Update makefiles. (2/2)
Adds default configuration for all hals. Bug: 38415912 Test: pass Change-Id: Idd1f3a2b7b16ad956d31784a513e93a066cdd02e
Diffstat (limited to 'vibrator/1.0')
-rw-r--r--vibrator/1.0/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/vibrator/1.0/Android.bp b/vibrator/1.0/Android.bp
index 5d570c93..4c2a2ab6 100644
--- a/vibrator/1.0/Android.bp
+++ b/vibrator/1.0/Android.bp
@@ -41,6 +41,7 @@ genrule {
41 41
42cc_library_shared { 42cc_library_shared {
43 name: "android.hardware.vibrator@1.0", 43 name: "android.hardware.vibrator@1.0",
44 defaults: ["hidl-module-defaults"],
44 generated_sources: ["android.hardware.vibrator@1.0_genc++"], 45 generated_sources: ["android.hardware.vibrator@1.0_genc++"],
45 generated_headers: ["android.hardware.vibrator@1.0_genc++_headers"], 46 generated_headers: ["android.hardware.vibrator@1.0_genc++_headers"],
46 export_generated_headers: ["android.hardware.vibrator@1.0_genc++_headers"], 47 export_generated_headers: ["android.hardware.vibrator@1.0_genc++_headers"],