summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Moreland2017-05-09 21:51:19 -0500
committerSteven Moreland2017-05-09 21:58:43 -0500
commitbc7112412076c403b4cb0d5c7316f9ef39b7a20d (patch)
tree52b86100501770a224b2679643a8564e20948421 /thermal/1.0
parent71619beef7871e58aa916d740cb7826f63249782 (diff)
downloadplatform-hardware-interfaces-bc7112412076c403b4cb0d5c7316f9ef39b7a20d.tar.gz
platform-hardware-interfaces-bc7112412076c403b4cb0d5c7316f9ef39b7a20d.tar.xz
platform-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.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/thermal/1.0/Android.bp b/thermal/1.0/Android.bp
index 41f5ab8c..7f9c75a6 100644
--- a/thermal/1.0/Android.bp
+++ b/thermal/1.0/Android.bp
@@ -11,7 +11,7 @@ filegroup {
11genrule { 11genrule {
12 name: "android.hardware.thermal@1.0_genc++", 12 name: "android.hardware.thermal@1.0_genc++",
13 tools: ["hidl-gen"], 13 tools: ["hidl-gen"],
14 cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.thermal@1.0", 14 cmd: "$(location hidl-gen) -o $(genDir) -Lc++-sources -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.thermal@1.0",
15 srcs: [ 15 srcs: [
16 ":android.hardware.thermal@1.0_hal", 16 ":android.hardware.thermal@1.0_hal",
17 ], 17 ],
@@ -24,7 +24,7 @@ genrule {
24genrule { 24genrule {
25 name: "android.hardware.thermal@1.0_genc++_headers", 25 name: "android.hardware.thermal@1.0_genc++_headers",
26 tools: ["hidl-gen"], 26 tools: ["hidl-gen"],
27 cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.thermal@1.0", 27 cmd: "$(location hidl-gen) -o $(genDir) -Lc++-headers -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.thermal@1.0",
28 srcs: [ 28 srcs: [
29 ":android.hardware.thermal@1.0_hal", 29 ":android.hardware.thermal@1.0_hal",
30 ], 30 ],