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 /audio/2.0/Android.bp | |
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 'audio/2.0/Android.bp')
-rw-r--r-- | audio/2.0/Android.bp | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/audio/2.0/Android.bp b/audio/2.0/Android.bp index 007dc8a92a..69ff7919f1 100644 --- a/audio/2.0/Android.bp +++ b/audio/2.0/Android.bp @@ -19,14 +19,7 @@ genrule { tools: ["hidl-gen"], cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.audio@2.0", srcs: [ - "types.hal", - "IDevice.hal", - "IDevicesFactory.hal", - "IPrimaryDevice.hal", - "IStream.hal", - "IStreamIn.hal", - "IStreamOut.hal", - "IStreamOutCallback.hal", + ":android.hardware.audio@2.0_hal", ], out: [ "android/hardware/audio/2.0/types.cpp", @@ -45,14 +38,7 @@ genrule { tools: ["hidl-gen"], cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.audio@2.0", srcs: [ - "types.hal", - "IDevice.hal", - "IDevicesFactory.hal", - "IPrimaryDevice.hal", - "IStream.hal", - "IStreamIn.hal", - "IStreamOut.hal", - "IStreamOutCallback.hal", + ":android.hardware.audio@2.0_hal", ], out: [ "android/hardware/audio/2.0/types.h", |