diff options
author | Steven Moreland <smoreland@google.com> | 2017-05-09 19:51:19 -0700 |
---|---|---|
committer | Steven Moreland <smoreland@google.com> | 2017-05-09 19:58:43 -0700 |
commit | bc7112412076c403b4cb0d5c7316f9ef39b7a20d (patch) | |
tree | 52b86100501770a224b2679643a8564e20948421 /thermal/1.0 | |
parent | 71619beef7871e58aa916d740cb7826f63249782 (diff) | |
download | android_hardware_interfaces-bc7112412076c403b4cb0d5c7316f9ef39b7a20d.tar.gz android_hardware_interfaces-bc7112412076c403b4cb0d5c7316f9ef39b7a20d.tar.bz2 android_hardware_interfaces-bc7112412076c403b4cb0d5c7316f9ef39b7a20d.zip |
Update makefiles for c++-sources and c++-headers. (2/2)
Test: pass
Bug: 38174080
Change-Id: Icad451f9f9ad5f46412356a4171a8a1222f8e545
Diffstat (limited to 'thermal/1.0')
-rw-r--r-- | thermal/1.0/Android.bp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/thermal/1.0/Android.bp b/thermal/1.0/Android.bp index 41f5ab8c8..7f9c75a65 100644 --- a/thermal/1.0/Android.bp +++ b/thermal/1.0/Android.bp @@ -11,7 +11,7 @@ filegroup { genrule { name: "android.hardware.thermal@1.0_genc++", tools: ["hidl-gen"], - cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.thermal@1.0", + cmd: "$(location hidl-gen) -o $(genDir) -Lc++-sources -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.thermal@1.0", srcs: [ ":android.hardware.thermal@1.0_hal", ], @@ -24,7 +24,7 @@ genrule { genrule { name: "android.hardware.thermal@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.thermal@1.0", + cmd: "$(location hidl-gen) -o $(genDir) -Lc++-headers -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.thermal@1.0", srcs: [ ":android.hardware.thermal@1.0_hal", ], |