diff options
author | Tri Vo <trong@google.com> | 2017-02-10 12:45:17 -0800 |
---|---|---|
committer | Tri Vo <trong@google.com> | 2017-02-10 12:45:19 -0800 |
commit | 85120c9490dfc53421a0eeee648acf65ac96cefb (patch) | |
tree | b548bd2c4a4b9106c5c4816fe68e2aaa16f64e03 /dumpstate | |
parent | 57108a0dc99287319febbd13add67c35ee05e494 (diff) | |
download | platform_hardware_interfaces-85120c9490dfc53421a0eeee648acf65ac96cefb.tar.gz platform_hardware_interfaces-85120c9490dfc53421a0eeee648acf65ac96cefb.tar.bz2 platform_hardware_interfaces-85120c9490dfc53421a0eeee648acf65ac96cefb.zip |
Update makefiles to use filgroup syntax.
Test: mmma hardware/interfaces
Change-Id: I9f4457c78b7820c242d46359f0debe05d1b3e482
Diffstat (limited to 'dumpstate')
-rw-r--r-- | dumpstate/1.0/Android.bp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dumpstate/1.0/Android.bp b/dumpstate/1.0/Android.bp index 127b22a7c1..1b473bc68e 100644 --- a/dumpstate/1.0/Android.bp +++ b/dumpstate/1.0/Android.bp @@ -12,7 +12,7 @@ genrule { tools: ["hidl-gen"], cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.dumpstate@1.0", srcs: [ - "IDumpstateDevice.hal", + ":android.hardware.dumpstate@1.0_hal", ], out: [ "android/hardware/dumpstate/1.0/DumpstateDeviceAll.cpp", @@ -24,7 +24,7 @@ genrule { tools: ["hidl-gen"], cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.dumpstate@1.0", srcs: [ - "IDumpstateDevice.hal", + ":android.hardware.dumpstate@1.0_hal", ], out: [ "android/hardware/dumpstate/1.0/IDumpstateDevice.h", |