diff options
author | Steven Moreland <smoreland@google.com> | 2017-05-19 15:52:22 -0700 |
---|---|---|
committer | Steven Moreland <smoreland@google.com> | 2017-05-19 15:54:03 -0700 |
commit | 76cfb841405a7884519181dd924459c142ac43dd (patch) | |
tree | b648d9f622dd0a61c31022d49cac1ab2af926a5e /light | |
parent | e4d318948aa67150a33e6f25a9dce662afa14c4a (diff) | |
download | platform_hardware_interfaces-76cfb841405a7884519181dd924459c142ac43dd.tar.gz platform_hardware_interfaces-76cfb841405a7884519181dd924459c142ac43dd.tar.bz2 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 'light')
-rw-r--r-- | light/2.0/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/light/2.0/Android.bp b/light/2.0/Android.bp index e0a889cc28..71792df645 100644 --- a/light/2.0/Android.bp +++ b/light/2.0/Android.bp @@ -41,6 +41,7 @@ genrule { cc_library_shared { name: "android.hardware.light@2.0", + defaults: ["hidl-module-defaults"], generated_sources: ["android.hardware.light@2.0_genc++"], generated_headers: ["android.hardware.light@2.0_genc++_headers"], export_generated_headers: ["android.hardware.light@2.0_genc++_headers"], |