diff options
Diffstat (limited to 'light')
-rw-r--r-- | light/2.0/Android.bp | 5 | ||||
-rw-r--r-- | light/Android.bp | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/light/2.0/Android.bp b/light/2.0/Android.bp index a3b03a7841..33b4af25be 100644 --- a/light/2.0/Android.bp +++ b/light/2.0/Android.bp @@ -43,4 +43,9 @@ cc_library_shared { "libutils", "libcutils", ], +export_shared_lib_headers: [ + "libhidl", + "libhwbinder", + "libutils", + ], } diff --git a/light/Android.bp b/light/Android.bp new file mode 100644 index 0000000000..c12cd4f92d --- /dev/null +++ b/light/Android.bp @@ -0,0 +1,4 @@ +// This is an autogenerated file, do not edit. +subdirs = [ + "2.0", +] |