diff options
author | Jeongik Cha <jeongik@google.com> | 2021-02-15 17:48:31 +0900 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2022-02-11 00:46:43 +0200 |
commit | 25aa975be1801a288008f0b244cf45903ae1dfba (patch) | |
tree | ed29ea54f622da1e6c0b93ec604e242d33af1026 | |
parent | c9b6c18370dbbcdd61f4dd6277998614afe04f7d (diff) |
Specify version for aidl_interface explicitly
Bug: 150578172
Test: m
Change-Id: I9714cd4416fe0ce23e57cd7db162bfb45b0f84d5
-rw-r--r-- | hal/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hal/Android.mk b/hal/Android.mk index c80d4554..bb86ca2e 100644 --- a/hal/Android.mk +++ b/hal/Android.mk @@ -378,7 +378,7 @@ endif LOCAL_SHARED_LIBRARIES += libbase libhidlbase libutils android.hardware.power@1.2 liblog -LOCAL_SHARED_LIBRARIES += android.hardware.power-ndk_platform +LOCAL_SHARED_LIBRARIES += android.hardware.power-V1-ndk_platform LOCAL_SHARED_LIBRARIES += libbinder_ndk LOCAL_SRC_FILES += audio_perf.cpp |