From 69727778a74baacb880dffbd1c6692457932bf57 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Tue, 25 Oct 2016 15:45:19 -0700 Subject: Stop all these merge conflicts. Test: mma -j64 Change-Id: I319198af32adf1fef180c5c2c22ba4b360fa7609 --- light/2.0/Android.bp | 5 +++++ light/Android.bp | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 light/Android.bp (limited to 'light') 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", +] -- cgit v1.2.3