summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2021-08-06 20:29:23 +0900
committerJiyong Park <jiyong@google.com>2021-08-06 20:29:23 +0900
commit6a209768dbdd1b280eea1d4f48437239470cb57b (patch)
tree54325df43d764779ef9361d2bcb008b7c8ec1b19
parent3bad2cc12bb0c3caf574eb91ac96b9063393f2ba (diff)
downloadcamera-6a209768dbdd1b280eea1d4f48437239470cb57b.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: I72b3e894dc5553459ec13feb4a445837eab24b53
-rwxr-xr-xmsm8998/QCamera2/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/msm8998/QCamera2/Android.mk b/msm8998/QCamera2/Android.mk
index 6265726..95053f4 100755
--- a/msm8998/QCamera2/Android.mk
+++ b/msm8998/QCamera2/Android.mk
@@ -149,7 +149,7 @@ LOCAL_SHARED_LIBRARIES += libmmcamera_interface libmmjpeg_interface libui libcam
LOCAL_SHARED_LIBRARIES += libqdMetaData libqservice libbinder libbinder_ndk
LOCAL_SHARED_LIBRARIES += libbase libcutils libdl libhdrplusclient
LOCAL_SHARED_LIBRARIES += libhidlbase libutils android.hardware.power@1.2
-LOCAL_SHARED_LIBRARIES += android.hardware.power-V1-ndk_platform
+LOCAL_SHARED_LIBRARIES += android.hardware.power-V1-ndk
LOCAL_SHARED_LIBRARIES += libtinyxml2
ifeq ($(TARGET_TS_MAKEUP),true)
LOCAL_SHARED_LIBRARIES += libts_face_beautify_hal libts_detected_face_hal