diff options
author | Steven Moreland <smoreland@google.com> | 2017-11-09 19:05:17 -0800 |
---|---|---|
committer | Steven Moreland <smoreland@google.com> | 2017-11-10 09:06:55 -0800 |
commit | a1169dd600091cc9a451b91e7b4573dc1d9049b3 (patch) | |
tree | e7b60403dc8cb464f2d9f9782c8bf06262e6bf74 /boot/1.0/Android.bp | |
parent | 771dff2a2d014df7118263d2c0a8cc8522cf480c (diff) | |
download | platform_hardware_interfaces-a1169dd600091cc9a451b91e7b4573dc1d9049b3.tar.gz platform_hardware_interfaces-a1169dd600091cc9a451b91e7b4573dc1d9049b3.tar.bz2 platform_hardware_interfaces-a1169dd600091cc9a451b91e7b4573dc1d9049b3.zip |
Update makefiles for hidl_interface.
Bug: 35570956
Test: manual
Change-Id: I7a220b78ee081240e1dc30ef5672ba39e3e98375
Diffstat (limited to 'boot/1.0/Android.bp')
-rw-r--r-- | boot/1.0/Android.bp | 168 |
1 files changed, 11 insertions, 157 deletions
diff --git a/boot/1.0/Android.bp b/boot/1.0/Android.bp index 98db2abc6d..85c3b613e7 100644 --- a/boot/1.0/Android.bp +++ b/boot/1.0/Android.bp @@ -1,168 +1,22 @@ -// This file is autogenerated by hidl-gen. Do not edit manually. +// This file is autogenerated by hidl-gen -Landroidbp. -filegroup { - name: "android.hardware.boot@1.0_hal", - srcs: [ - "types.hal", - "IBootControl.hal", - ], -} - -genrule { - name: "android.hardware.boot@1.0_genc++", - tools: ["hidl-gen"], - cmd: "$(location hidl-gen) -o $(genDir) -Lc++-sources -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.boot@1.0", - srcs: [ - ":android.hardware.boot@1.0_hal", - ], - out: [ - "android/hardware/boot/1.0/types.cpp", - "android/hardware/boot/1.0/BootControlAll.cpp", - ], -} - -genrule { - name: "android.hardware.boot@1.0_genc++_headers", - tools: ["hidl-gen"], - cmd: "$(location hidl-gen) -o $(genDir) -Lc++-headers -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.boot@1.0", - srcs: [ - ":android.hardware.boot@1.0_hal", - ], - out: [ - "android/hardware/boot/1.0/types.h", - "android/hardware/boot/1.0/hwtypes.h", - "android/hardware/boot/1.0/IBootControl.h", - "android/hardware/boot/1.0/IHwBootControl.h", - "android/hardware/boot/1.0/BnHwBootControl.h", - "android/hardware/boot/1.0/BpHwBootControl.h", - "android/hardware/boot/1.0/BsBootControl.h", - ], -} - -cc_library { +hidl_interface { name: "android.hardware.boot@1.0", - defaults: ["hidl-module-defaults"], - generated_sources: ["android.hardware.boot@1.0_genc++"], - generated_headers: ["android.hardware.boot@1.0_genc++_headers"], - export_generated_headers: ["android.hardware.boot@1.0_genc++_headers"], - vendor_available: true, + root: "android.hardware", vndk: { enabled: true, }, - shared_libs: [ - "libhidlbase", - "libhidltransport", - "libhwbinder", - "liblog", - "libutils", - "libcutils", - ], - export_shared_lib_headers: [ - "libhidlbase", - "libhidltransport", - "libhwbinder", - "libutils", - ], -} - -genrule { - name: "android.hardware.boot-V1.0-java_gen_java", - tools: ["hidl-gen"], - cmd: "$(location hidl-gen) -o $(genDir) -Ljava -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.boot@1.0", srcs: [ - ":android.hardware.boot@1.0_hal", - ], - out: [ - "android/hardware/boot/V1_0/BoolResult.java", - "android/hardware/boot/V1_0/CommandResult.java", - "android/hardware/boot/V1_0/IBootControl.java", - ], -} - -java_library { - name: "android.hardware.boot-V1.0-java", - no_framework_libs: true, - defaults: ["hidl-java-module-defaults"], - srcs: [":android.hardware.boot-V1.0-java_gen_java"], - libs: [ - "hwbinder", - "android.hidl.base-V1.0-java", - ] -} - -// This package does not export any types. Not creating java constants export. - - -genrule { - name: "android.hardware.boot@1.0-adapter-helper_genc++", - tools: ["hidl-gen"], - cmd: "$(location hidl-gen) -o $(genDir) -Lc++-adapter-sources -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.boot@1.0", - srcs: [ - ":android.hardware.boot@1.0_hal", - ], - out: [ - "android/hardware/boot/1.0/ABootControl.cpp", - ], -} - -genrule { - name: "android.hardware.boot@1.0-adapter-helper_genc++_headers", - tools: ["hidl-gen"], - cmd: "$(location hidl-gen) -o $(genDir) -Lc++-adapter-headers -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.boot@1.0", - srcs: [ - ":android.hardware.boot@1.0_hal", - ], - out: [ - "android/hardware/boot/1.0/ABootControl.h", + "types.hal", + "IBootControl.hal", ], -} - -cc_library { - name: "android.hardware.boot@1.0-adapter-helper", - defaults: ["hidl-module-defaults"], - generated_sources: ["android.hardware.boot@1.0-adapter-helper_genc++"], - generated_headers: ["android.hardware.boot@1.0-adapter-helper_genc++_headers"], - export_generated_headers: ["android.hardware.boot@1.0-adapter-helper_genc++_headers"], - vendor_available: true, - shared_libs: [ - "libhidlbase", - "libhidltransport", - "libhwbinder", - "liblog", - "libutils", - "libcutils", - "libhidladapter", - "android.hardware.boot@1.0", - "android.hidl.base@1.0-adapter-helper", + interfaces: [ + "android.hidl.base@1.0", ], - export_shared_lib_headers: [ - "libhidlbase", - "libhidltransport", - "libhwbinder", - "libutils", - "libhidladapter", - "android.hardware.boot@1.0", - "android.hidl.base@1.0-adapter-helper", + types: [ + "BoolResult", + "CommandResult", ], + gen_java: true, } -genrule { - name: "android.hardware.boot@1.0-adapter_genc++", - tools: ["hidl-gen"], - cmd: "$(location hidl-gen) -o $(genDir) -Lc++-adapter-main -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.boot@1.0", - out: ["main.cpp"] -} - -cc_test { - name: "android.hardware.boot@1.0-adapter", - defaults: ["hidl-module-defaults"], - shared_libs: [ - "libhidladapter", - "libhidlbase", - "libhidltransport", - "libutils", - "android.hardware.boot@1.0", - "android.hardware.boot@1.0-adapter-helper", - ], - generated_sources: ["android.hardware.boot@1.0-adapter_genc++"], -} |