diff options
| author | Steven Moreland <smoreland@google.com> | 2017-05-11 01:38:14 +0000 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2017-05-11 01:38:14 +0000 |
| commit | d09cf863dacc97b1250aef289d335165521956fd (patch) | |
| tree | 70cbf423588f7e410dd16109c1e18d0fc5bf5519 /contexthub/1.0 | |
| parent | ab97cef29e64f11b67d4de63afcc65a5b5c7976f (diff) | |
| parent | a32ebce372ad781e1651760a190c28908570ca32 (diff) | |
| download | android_hardware_interfaces-d09cf863dacc97b1250aef289d335165521956fd.tar.gz android_hardware_interfaces-d09cf863dacc97b1250aef289d335165521956fd.tar.bz2 android_hardware_interfaces-d09cf863dacc97b1250aef289d335165521956fd.zip | |
Update makefiles for c++-sources and c++-headers. (2/2) am: bc71124120
am: a32ebce372
Change-Id: Ic1dd8f98e72656bc12a6e5224e541f75afb79daa
Diffstat (limited to 'contexthub/1.0')
| -rw-r--r-- | contexthub/1.0/Android.bp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contexthub/1.0/Android.bp b/contexthub/1.0/Android.bp index 80ce80b0d..736ec7e53 100644 --- a/contexthub/1.0/Android.bp +++ b/contexthub/1.0/Android.bp @@ -12,7 +12,7 @@ filegroup { genrule { name: "android.hardware.contexthub@1.0_genc++", tools: ["hidl-gen"], - cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.contexthub@1.0", + cmd: "$(location hidl-gen) -o $(genDir) -Lc++-sources -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.contexthub@1.0", srcs: [ ":android.hardware.contexthub@1.0_hal", ], @@ -26,7 +26,7 @@ genrule { genrule { name: "android.hardware.contexthub@1.0_genc++_headers", tools: ["hidl-gen"], - cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.contexthub@1.0", + cmd: "$(location hidl-gen) -o $(genDir) -Lc++-headers -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.contexthub@1.0", srcs: [ ":android.hardware.contexthub@1.0_hal", ], |
