summaryrefslogtreecommitdiff
path: root/common/hal/aidl_service/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'common/hal/aidl_service/Android.bp')
-rw-r--r--common/hal/aidl_service/Android.bp7
1 files changed, 5 insertions, 2 deletions
diff --git a/common/hal/aidl_service/Android.bp b/common/hal/aidl_service/Android.bp
index df5d70e..179a826 100644
--- a/common/hal/aidl_service/Android.bp
+++ b/common/hal/aidl_service/Android.bp
@@ -90,13 +90,15 @@ cc_defaults {
],
compile_multilib: "first",
shared_libs: [
- "android.hardware.camera.device-V1-ndk",
+ "android.hardware.camera.device-V2-ndk",
"android.hardware.camera.common-V1-ndk",
- "android.hardware.camera.provider-V1-ndk",
+ "android.hardware.camera.provider-V2-ndk",
"android.hardware.graphics.mapper@2.0",
"android.hardware.graphics.mapper@3.0",
"android.hardware.graphics.mapper@4.0",
+ "android.hardware.thermal@1.0",
"android.hardware.thermal@2.0",
+ "android.hardware.thermal-V1-ndk",
"libbinder",
"libbinder_ndk",
"libbase",
@@ -115,6 +117,7 @@ cc_defaults {
],
static_libs: [
"libaidlcommonsupport",
+ "libthermalutils",
],
}