diff options
author | Steven Moreland <smoreland@google.com> | 2019-03-04 16:05:59 -0800 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-03-04 16:05:59 -0800 |
commit | 7f4e21adda2805a0ec16ade199de86e592902e26 (patch) | |
tree | 032c97b473914083a14f9dc7574fd0451be4e79c /thermal | |
parent | bccd81c6a1d3270e5575790d77a1e2baff7d1cfc (diff) | |
parent | 7224bc9bcf5777f5cba3a697110e7fdd2f64fb65 (diff) | |
download | platform_hardware_interfaces-7f4e21adda2805a0ec16ade199de86e592902e26.tar.gz platform_hardware_interfaces-7f4e21adda2805a0ec16ade199de86e592902e26.tar.bz2 platform_hardware_interfaces-7f4e21adda2805a0ec16ade199de86e592902e26.zip |
Merge "Update makefies: no 'types'" am: 4ee5ec1469 am: bab622f6a6
am: 7224bc9bcf
Change-Id: I434939e0770afa436c532a945542fce30a71ef7d
Diffstat (limited to 'thermal')
-rw-r--r-- | thermal/1.0/Android.bp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/thermal/1.0/Android.bp b/thermal/1.0/Android.bp index e764e2843d..8428977373 100644 --- a/thermal/1.0/Android.bp +++ b/thermal/1.0/Android.bp @@ -13,15 +13,6 @@ hidl_interface { interfaces: [ "android.hidl.base@1.0", ], - types: [ - "CoolingDevice", - "CoolingType", - "CpuUsage", - "Temperature", - "TemperatureType", - "ThermalStatus", - "ThermalStatusCode", - ], gen_java: true, gen_java_constants: true, } |