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 /thermal | |
parent | 771dff2a2d014df7118263d2c0a8cc8522cf480c (diff) |
Update makefiles for hidl_interface.
Bug: 35570956
Test: manual
Change-Id: I7a220b78ee081240e1dc30ef5672ba39e3e98375
Diffstat (limited to 'thermal')
-rw-r--r-- | thermal/1.0/Android.bp | 195 |
1 files changed, 17 insertions, 178 deletions
diff --git a/thermal/1.0/Android.bp b/thermal/1.0/Android.bp index 43a0f68cfe..e764e2843d 100644 --- a/thermal/1.0/Android.bp +++ b/thermal/1.0/Android.bp @@ -1,189 +1,28 @@ -// This file is autogenerated by hidl-gen. Do not edit manually. +// This file is autogenerated by hidl-gen -Landroidbp. -filegroup { - name: "android.hardware.thermal@1.0_hal", - srcs: [ - "types.hal", - "IThermal.hal", - ], -} - -genrule { - name: "android.hardware.thermal@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.thermal@1.0", - srcs: [ - ":android.hardware.thermal@1.0_hal", - ], - out: [ - "android/hardware/thermal/1.0/types.cpp", - "android/hardware/thermal/1.0/ThermalAll.cpp", - ], -} - -genrule { - name: "android.hardware.thermal@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.thermal@1.0", - srcs: [ - ":android.hardware.thermal@1.0_hal", - ], - out: [ - "android/hardware/thermal/1.0/types.h", - "android/hardware/thermal/1.0/hwtypes.h", - "android/hardware/thermal/1.0/IThermal.h", - "android/hardware/thermal/1.0/IHwThermal.h", - "android/hardware/thermal/1.0/BnHwThermal.h", - "android/hardware/thermal/1.0/BpHwThermal.h", - "android/hardware/thermal/1.0/BsThermal.h", - ], -} - -cc_library { +hidl_interface { name: "android.hardware.thermal@1.0", - defaults: ["hidl-module-defaults"], - generated_sources: ["android.hardware.thermal@1.0_genc++"], - generated_headers: ["android.hardware.thermal@1.0_genc++_headers"], - export_generated_headers: ["android.hardware.thermal@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.thermal-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.thermal@1.0", - srcs: [ - ":android.hardware.thermal@1.0_hal", - ], - out: [ - "android/hardware/thermal/V1_0/CoolingDevice.java", - "android/hardware/thermal/V1_0/CoolingType.java", - "android/hardware/thermal/V1_0/CpuUsage.java", - "android/hardware/thermal/V1_0/Temperature.java", - "android/hardware/thermal/V1_0/TemperatureType.java", - "android/hardware/thermal/V1_0/ThermalStatus.java", - "android/hardware/thermal/V1_0/ThermalStatusCode.java", - "android/hardware/thermal/V1_0/IThermal.java", - ], -} - -java_library { - name: "android.hardware.thermal-V1.0-java", - no_framework_libs: true, - defaults: ["hidl-java-module-defaults"], - srcs: [":android.hardware.thermal-V1.0-java_gen_java"], - libs: [ - "hwbinder", - "android.hidl.base-V1.0-java", - ] -} - -genrule { - name: "android.hardware.thermal-V1.0-java-constants_gen_java", - tools: ["hidl-gen"], - cmd: "$(location hidl-gen) -o $(genDir) -Ljava-constants -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.thermal@1.0", - srcs: [ - ":android.hardware.thermal@1.0_hal", - ], - out: [ - "android/hardware/thermal/V1_0/Constants.java", - ], -} - -java_library { - name: "android.hardware.thermal-V1.0-java-constants", - no_framework_libs: true, - defaults: ["hidl-java-module-defaults"], - srcs: [":android.hardware.thermal-V1.0-java-constants_gen_java"], -} - -genrule { - name: "android.hardware.thermal@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.thermal@1.0", - srcs: [ - ":android.hardware.thermal@1.0_hal", - ], - out: [ - "android/hardware/thermal/1.0/AThermal.cpp", - ], -} - -genrule { - name: "android.hardware.thermal@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.thermal@1.0", srcs: [ - ":android.hardware.thermal@1.0_hal", - ], - out: [ - "android/hardware/thermal/1.0/AThermal.h", + "types.hal", + "IThermal.hal", ], -} - -cc_library { - name: "android.hardware.thermal@1.0-adapter-helper", - defaults: ["hidl-module-defaults"], - generated_sources: ["android.hardware.thermal@1.0-adapter-helper_genc++"], - generated_headers: ["android.hardware.thermal@1.0-adapter-helper_genc++_headers"], - export_generated_headers: ["android.hardware.thermal@1.0-adapter-helper_genc++_headers"], - vendor_available: true, - shared_libs: [ - "libhidlbase", - "libhidltransport", - "libhwbinder", - "liblog", - "libutils", - "libcutils", - "libhidladapter", - "android.hardware.thermal@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.thermal@1.0", - "android.hidl.base@1.0-adapter-helper", + types: [ + "CoolingDevice", + "CoolingType", + "CpuUsage", + "Temperature", + "TemperatureType", + "ThermalStatus", + "ThermalStatusCode", ], + gen_java: true, + gen_java_constants: true, } -genrule { - name: "android.hardware.thermal@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.thermal@1.0", - out: ["main.cpp"] -} - -cc_test { - name: "android.hardware.thermal@1.0-adapter", - defaults: ["hidl-module-defaults"], - shared_libs: [ - "libhidladapter", - "libhidlbase", - "libhidltransport", - "libutils", - "android.hardware.thermal@1.0", - "android.hardware.thermal@1.0-adapter-helper", - ], - generated_sources: ["android.hardware.thermal@1.0-adapter_genc++"], -} |