diff options
| author | Yifan Hong <elsk@google.com> | 2016-11-28 16:09:37 -0800 |
|---|---|---|
| committer | Yifan Hong <elsk@google.com> | 2016-12-03 01:01:14 -0800 |
| commit | 501839495fb4c03222ee1449b05fdee452516250 (patch) | |
| tree | b5aee92fffd2f3aa92708e00f4d4ee594e2bbb45 /broadcastradio | |
| parent | 0bd75e02b0f4608f2c1c9b1d527956946cabe6f8 (diff) | |
| download | android_hardware_interfaces-501839495fb4c03222ee1449b05fdee452516250.tar.gz android_hardware_interfaces-501839495fb4c03222ee1449b05fdee452516250.tar.bz2 android_hardware_interfaces-501839495fb4c03222ee1449b05fdee452516250.zip | |
Update makefiles for hidlizing IBase.
A new dependency android.hidl.base@1.0 is added for
all projects.
Test: mma
Change-Id: Ia70d0eb0d74de06475a339698386d383d491a43a
Diffstat (limited to 'broadcastradio')
| -rw-r--r-- | broadcastradio/1.0/Android.bp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/broadcastradio/1.0/Android.bp b/broadcastradio/1.0/Android.bp index 1b40acf22..8cd44f20f 100644 --- a/broadcastradio/1.0/Android.bp +++ b/broadcastradio/1.0/Android.bp @@ -3,7 +3,7 @@ genrule { name: "android.hardware.broadcastradio@1.0_genc++", tools: ["hidl-gen"], - cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces android.hardware.broadcastradio@1.0", + cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.broadcastradio@1.0", srcs: [ "types.hal", "IBroadcastRadio.hal", @@ -23,7 +23,7 @@ genrule { genrule { name: "android.hardware.broadcastradio@1.0_genc++_headers", tools: ["hidl-gen"], - cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces android.hardware.broadcastradio@1.0", + cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.broadcastradio@1.0", srcs: [ "types.hal", "IBroadcastRadio.hal", @@ -68,11 +68,13 @@ cc_library_shared { "liblog", "libutils", "libcutils", + "android.hidl.base@1.0", ], export_shared_lib_headers: [ "libhidlbase", "libhidltransport", "libhwbinder", "libutils", + "android.hidl.base@1.0", ], } |
