summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2021-08-09 09:01:18 +0900
committerJiyong Park <jiyong@google.com>2021-08-09 09:01:18 +0900
commite9825dd3c4e7d6eaf05bdef4231c47e88d1a4460 (patch)
tree9d9db9eab94464d1b53b8203ded0089da912cb6f
parent87f5e5c4fc8f794990728a02e6f29fe0472c5785 (diff)
downloadaudio-e9825dd3c4e7d6eaf05bdef4231c47e88d1a4460.tar.gz
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 Change-Id: I077a88d9cfc805e45ce59780baac70491771541d
-rw-r--r--hal/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/hal/Android.mk b/hal/Android.mk
index fcd1992..b9b64b1 100644
--- a/hal/Android.mk
+++ b/hal/Android.mk
@@ -226,7 +226,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