diff options
author | Jeongik Cha <jeongik@google.com> | 2021-02-15 17:48:31 +0900 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2022-09-05 19:30:35 +0800 |
commit | 8256716f2b4e4fc775d273d706a9aa4975a32c2c (patch) | |
tree | a0e3c25058e4f7a2999ade8a5eaa1539a2c4a9d0 | |
parent | c4e55881012f24676ccfcc533ec67616b36d2208 (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 |