diff options
| author | Steven Moreland <smoreland@google.com> | 2016-11-02 10:23:49 -0700 |
|---|---|---|
| committer | Steven Moreland <smoreland@google.com> | 2016-11-02 10:24:33 -0700 |
| commit | fcd74ebcdc21e8b20a4556c4795f857247957398 (patch) | |
| tree | 0aa549d1a56364c345a9e41daf57d32c281ed358 /sensors | |
| parent | 2e60330f1387a102c0852bc89cc47d326c633a2f (diff) | |
| download | android_hardware_interfaces-fcd74ebcdc21e8b20a4556c4795f857247957398.tar.gz android_hardware_interfaces-fcd74ebcdc21e8b20a4556c4795f857247957398.tar.bz2 android_hardware_interfaces-fcd74ebcdc21e8b20a4556c4795f857247957398.zip | |
Running update makefiles.
https://android-review.googlesource.com/#/c/298160/
Test: pass
Change-Id: I14fcde2d3aacc8f8cd9221f2d69e2feae9ae1226
Diffstat (limited to 'sensors')
| -rw-r--r-- | sensors/1.0/Android.bp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sensors/1.0/Android.bp b/sensors/1.0/Android.bp index 5b1fd056a..13e9beeb7 100644 --- a/sensors/1.0/Android.bp +++ b/sensors/1.0/Android.bp @@ -43,9 +43,9 @@ cc_library_shared { "libutils", "libcutils", ], -export_shared_lib_headers: [ - "libhidl", - "libhwbinder", - "libutils", + export_shared_lib_headers: [ + "libhidl", + "libhwbinder", + "libutils", ], } |
