summaryrefslogtreecommitdiffstats
path: root/tetheroffload/config
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-05-09 14:34:19 -0700
committerSteven Moreland <smoreland@google.com>2017-05-09 14:34:19 -0700
commitcb360c60d861eb7a3d4306142d0b53bc4adff681 (patch)
tree9e470cda9dd779bceb378e54330632baf5db5388 /tetheroffload/config
parent5ca756ea1f0d629939f0f916ba30252eeed431e5 (diff)
downloadplatform_hardware_interfaces-cb360c60d861eb7a3d4306142d0b53bc4adff681.tar.gz
platform_hardware_interfaces-cb360c60d861eb7a3d4306142d0b53bc4adff681.tar.bz2
platform_hardware_interfaces-cb360c60d861eb7a3d4306142d0b53bc4adff681.zip
Update makefiles for c++-sources and c++-headers.
Test: pass Bug: 38174080 Change-Id: I683455736eed35e6ced24e2763c2bdb5fb6c9601
Diffstat (limited to 'tetheroffload/config')
-rw-r--r--tetheroffload/config/1.0/Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tetheroffload/config/1.0/Android.bp b/tetheroffload/config/1.0/Android.bp
index 09fc574729..ddf7c223cf 100644
--- a/tetheroffload/config/1.0/Android.bp
+++ b/tetheroffload/config/1.0/Android.bp
@@ -10,7 +10,7 @@ filegroup {
genrule {
name: "android.hardware.tetheroffload.config@1.0_genc++",
tools: ["hidl-gen"],
- cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.tetheroffload.config@1.0",
+ cmd: "$(location hidl-gen) -o $(genDir) -Lc++-sources -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.tetheroffload.config@1.0",
srcs: [
":android.hardware.tetheroffload.config@1.0_hal",
],
@@ -22,7 +22,7 @@ genrule {
genrule {
name: "android.hardware.tetheroffload.config@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.tetheroffload.config@1.0",
+ cmd: "$(location hidl-gen) -o $(genDir) -Lc++-headers -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.tetheroffload.config@1.0",
srcs: [
":android.hardware.tetheroffload.config@1.0_hal",
],