diff options
author | Jiyong Park <jiyong@google.com> | 2021-08-09 09:01:16 +0900 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2022-09-05 19:30:35 +0800 |
commit | 6f58daa6847bd10d597642798ef7628c0e4911c1 (patch) | |
tree | dc29367789d363462f90a326b3774b10ba62953e | |
parent | 8256716f2b4e4fc775d273d706a9aa4975a32c2c (diff) |
Remove ndk_platform backend. Use the ndk backend.
The ndk_platform backend will soon be deprecated because the ndk backend
can serve the same purpose. This is to eliminate the confusion about
having two variants (ndk and ndk_platform) for the same ndk backend.
Bug: 161456198
Test: m
Merged-In: I14a1c57bd06f1f2aa52491f779c7030d4de03547
Change-Id: I7b9055909b901843631314b9577a9e578a739d00
-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 bb86ca2e..d83ed092 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-V1-ndk_platform +LOCAL_SHARED_LIBRARIES += android.hardware.power-V1-ndk LOCAL_SHARED_LIBRARIES += libbinder_ndk LOCAL_SRC_FILES += audio_perf.cpp |