Power: Replace library name from ndk_platform to ndk

Replace library name from ndk_platform to ndk.

Change-Id: I9b471d46ba114baec555f1ead8d73a7d382ba55c
This commit is contained in:
Siddeswar Aluganti
2022-06-08 23:01:37 -07:00
parent 518a8d0e0c
commit 04373bf53e

View File

@@ -10,7 +10,7 @@ LOCAL_MODULE_RELATIVE_PATH := hw
# KEYSTONE(I1132378f14428bf511f3cea4f419e90a6e89f823,b/181709127)
LOCAL_SHARED_LIBRARIES := liblog libcutils libdl libxml2 libbase libutils libbinder_ndk
ifeq (,$(filter Tiramisu T 13, $(PLATFORM_VERSION)))
ifeq ($(call math_gt_or_eq, 33, $(PLATFORM_SDK_VERSION)), true)
LOCAL_SHARED_LIBRARIES += android.hardware.power-V1-ndk
else
LOCAL_SHARED_LIBRARIES += android.hardware.power-V1-ndk_platform