summaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2016-11-02 10:23:49 -0700
committerSteven Moreland <smoreland@google.com>2016-11-02 10:24:33 -0700
commitfcd74ebcdc21e8b20a4556c4795f857247957398 (patch)
tree0aa549d1a56364c345a9e41daf57d32c281ed358 /example
parent2e60330f1387a102c0852bc89cc47d326c633a2f (diff)
downloadplatform_hardware_interfaces-fcd74ebcdc21e8b20a4556c4795f857247957398.tar.gz
platform_hardware_interfaces-fcd74ebcdc21e8b20a4556c4795f857247957398.tar.bz2
platform_hardware_interfaces-fcd74ebcdc21e8b20a4556c4795f857247957398.zip
Running update makefiles.
https://android-review.googlesource.com/#/c/298160/ Test: pass Change-Id: I14fcde2d3aacc8f8cd9221f2d69e2feae9ae1226
Diffstat (limited to 'example')
-rw-r--r--example/extension/light/2.0/Android.bp8
1 files changed, 4 insertions, 4 deletions
diff --git a/example/extension/light/2.0/Android.bp b/example/extension/light/2.0/Android.bp
index 3e6d2b1890..5d58512486 100644
--- a/example/extension/light/2.0/Android.bp
+++ b/example/extension/light/2.0/Android.bp
@@ -44,9 +44,9 @@ cc_library_shared {
"libcutils",
"android.hardware.light@2.0",
],
-export_shared_lib_headers: [
- "libhidl",
- "libhwbinder",
- "libutils",
+ export_shared_lib_headers: [
+ "libhidl",
+ "libhwbinder",
+ "libutils",
],
}