Power: Using only v3 powerhal version for this branch

Using only v3 powerhal version for this branch

Change-Id: Iab9bc8c83bb2f052309791aa9f76a8676bddbfd1
Signed-off-by: Vinay Rijhwani <quic_vrijhwan@quicinc.com>
This commit is contained in:
Vinay Rijhwani
2023-08-01 15:51:32 +05:30
parent 1053b923c5
commit d56cbc9729
4 changed files with 2 additions and 45 deletions

View File

@@ -8,16 +8,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_RELATIVE_PATH := hw
# KEYSTONE(I1132378f14428bf511f3cea4f419e90a6e89f823,b/181709127)
LOCAL_SHARED_LIBRARIES := liblog libcutils libdl libxml2 libbase libutils libbinder_ndk
ifeq ($(call math_gt_or_eq, 33, $(PLATFORM_SDK_VERSION)), true)
LOCAL_SHARED_LIBRARIES += android.hardware.power-V3-ndk
endif
ifeq ($(call math_gt_or_eq, 34, $(PLATFORM_SDK_VERSION)), true)
LOCAL_SHARED_LIBRARIES += android.hardware.power-V4-ndk
else
LOCAL_SHARED_LIBRARIES += android.hardware.power-V1-ndk_platform
endif
LOCAL_SHARED_LIBRARIES := liblog libcutils libdl libxml2 libbase libutils libbinder_ndk android.hardware.power-V3-ndk
LOCAL_HEADER_LIBRARIES += libutils_headers
LOCAL_HEADER_LIBRARIES += libhardware_headers
@@ -108,11 +99,7 @@ LOCAL_INIT_RC := android.hardware.power-service.rc
LOCAL_MODULE_TAGS := optional
LOCAL_CFLAGS += -Wno-unused-parameter -Wno-unused-variable
LOCAL_VENDOR_MODULE := true
ifeq ($(PLATFORM_SDK_VERSION), 34)
LOCAL_VINTF_FRAGMENTS := /vintf/sdk34/power.xml
else
LOCAL_VINTF_FRAGMENTS := power.xml
endif
include $(BUILD_EXECUTABLE)
endif