diff options
author | Yifan Hong <elsk@google.com> | 2016-11-07 15:38:41 -0800 |
---|---|---|
committer | Yifan Hong <elsk@google.com> | 2016-11-09 10:28:38 -0800 |
commit | c2f2779d9d224c0bb1b8b86d5dc44d7e7ad82f1a (patch) | |
tree | 32a3013974616d4459ce836704b4ee9e5a6c9b1a /example | |
parent | be9037384b4c01daeb908ea2bfafa5caee835cca (diff) | |
download | platform_hardware_interfaces-c2f2779d9d224c0bb1b8b86d5dc44d7e7ad82f1a.tar.gz platform_hardware_interfaces-c2f2779d9d224c0bb1b8b86d5dc44d7e7ad82f1a.tar.bz2 platform_hardware_interfaces-c2f2779d9d224c0bb1b8b86d5dc44d7e7ad82f1a.zip |
Update Android.bp to reexport dependent packages.
Test: mma
Change-Id: Iaca7300c366c2c9e860a29e6a111248d315cc5b4
Diffstat (limited to 'example')
-rw-r--r-- | example/extension/light/2.0/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example/extension/light/2.0/Android.bp b/example/extension/light/2.0/Android.bp index 4cdbc66c64..2a4eddf380 100644 --- a/example/extension/light/2.0/Android.bp +++ b/example/extension/light/2.0/Android.bp @@ -48,5 +48,6 @@ cc_library_shared { "libhidl", "libhwbinder", "libutils", + "android.hardware.light@2.0", ], } |