diff options
author | Manaf Meethalavalappu Pallikunhi <manafm@codeaurora.org> | 2021-04-21 23:25:49 +0530 |
---|---|---|
committer | chrisl7 <wandersonrodriguesf1@gmail.com> | 2023-02-25 16:39:50 -0800 |
commit | aad9e2b1aa807da92468ad0d37359d9e2a8da525 (patch) | |
tree | 04dabdd6ff612faa76e284a7f5dec015a4a17072 | |
parent | ea340780ad532370bbe422915351f9b4d3aa7239 (diff) |
thermal-hal: cleanup libhidltransport from thermal hal
The libhidltransport is deprecated. Remove libhidltransport
reference from thermal hal.
Change-Id: Ib03688abaecd445f81e115f13e130da7f6fd2be2
Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>
-rw-r--r-- | Android.bp | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -19,7 +19,6 @@ cc_binary { "libbase", "libcutils", "libhidlbase", - "libhidltransport", "libutils", "liblog", "android.hardware.thermal@1.0", |