summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-05-09 19:52:31 -0700
committerSteven Moreland <smoreland@google.com>2017-05-09 19:58:41 -0700
commit7dcb6dbebc2687a35ecc5755dad877047523f167 (patch)
treef624adf4747b09ae5a048e6bbed01e0c82c63f29
parent3ebcc5e770bda3437c4ef3a4431cdd7de595fe68 (diff)
downloadplatform_system_hardware_interfaces-oreo-dev.tar.gz
platform_system_hardware_interfaces-oreo-dev.tar.bz2
platform_system_hardware_interfaces-oreo-dev.zip
Update makefiles for c++-sources and c++-headers.android-vts-8.0_r2android-vts-8.0_r1oreo-dev
Test: pass Bug: 38174080 Change-Id: I6104184ef1c3bac528de23ed5532c205799b2b0d
-rw-r--r--wifi/keystore/1.0/Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/wifi/keystore/1.0/Android.bp b/wifi/keystore/1.0/Android.bp
index 89db75d3..6d2e4f86 100644
--- a/wifi/keystore/1.0/Android.bp
+++ b/wifi/keystore/1.0/Android.bp
@@ -10,7 +10,7 @@ filegroup {
genrule {
name: "android.system.wifi.keystore@1.0_genc++",
tools: ["hidl-gen"],
- cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hidl:system/libhidl/transport -randroid.system:system/hardware/interfaces android.system.wifi.keystore@1.0",
+ cmd: "$(location hidl-gen) -o $(genDir) -Lc++-sources -randroid.hidl:system/libhidl/transport -randroid.system:system/hardware/interfaces android.system.wifi.keystore@1.0",
srcs: [
":android.system.wifi.keystore@1.0_hal",
],
@@ -22,7 +22,7 @@ genrule {
genrule {
name: "android.system.wifi.keystore@1.0_genc++_headers",
tools: ["hidl-gen"],
- cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hidl:system/libhidl/transport -randroid.system:system/hardware/interfaces android.system.wifi.keystore@1.0",
+ cmd: "$(location hidl-gen) -o $(genDir) -Lc++-headers -randroid.hidl:system/libhidl/transport -randroid.system:system/hardware/interfaces android.system.wifi.keystore@1.0",
srcs: [
":android.system.wifi.keystore@1.0_hal",
],