diff options
author | Steven Moreland <smoreland@google.com> | 2019-03-04 12:00:03 -0800 |
---|---|---|
committer | Steven Moreland <smoreland@google.com> | 2019-03-04 14:09:25 -0800 |
commit | b91ac5c6a0c0b76f17c19a1d3983d5faa1857eb6 (patch) | |
tree | 3c88370347031e8f5d981e76943da9b9367a8ede /thermal | |
parent | 371da1503e727477bc9d1c74e5702d9ff12d234b (diff) |
Update makefies: no 'types' internal
Bug: 123976090
Test: N/A
Change-Id: I84b659b163b63d39535b462a3df8a9c19f680976
Diffstat (limited to 'thermal')
-rw-r--r-- | thermal/2.0/Android.bp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/thermal/2.0/Android.bp b/thermal/2.0/Android.bp index c513739e49..af23ee3df0 100644 --- a/thermal/2.0/Android.bp +++ b/thermal/2.0/Android.bp @@ -15,14 +15,6 @@ hidl_interface { "android.hardware.thermal@1.0", "android.hidl.base@1.0", ], - types: [ - "CoolingDevice", - "CoolingType", - "Temperature", - "TemperatureThreshold", - "TemperatureType", - "ThrottlingSeverity", - ], gen_java: true, } |