summaryrefslogtreecommitdiffstats
path: root/usb
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-05-09 19:51:19 -0700
committerSteven Moreland <smoreland@google.com>2017-05-09 19:58:43 -0700
commitbc7112412076c403b4cb0d5c7316f9ef39b7a20d (patch)
tree52b86100501770a224b2679643a8564e20948421 /usb
parent71619beef7871e58aa916d740cb7826f63249782 (diff)
downloadandroid_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 'usb')
-rw-r--r--usb/1.0/Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/usb/1.0/Android.bp b/usb/1.0/Android.bp
index 11856a0f3..847288b46 100644
--- a/usb/1.0/Android.bp
+++ b/usb/1.0/Android.bp
@@ -12,7 +12,7 @@ filegroup {
genrule {
name: "android.hardware.usb@1.0_genc++",
tools: ["hidl-gen"],
- cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.usb@1.0",
+ cmd: "$(location hidl-gen) -o $(genDir) -Lc++-sources -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.usb@1.0",
srcs: [
":android.hardware.usb@1.0_hal",
],
@@ -26,7 +26,7 @@ genrule {
genrule {
name: "android.hardware.usb@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.usb@1.0",
+ cmd: "$(location hidl-gen) -o $(genDir) -Lc++-headers -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.usb@1.0",
srcs: [
":android.hardware.usb@1.0_hal",
],