power: Allow Nexus to build QC power HAL
The restrictions here are superfluous right now: * TARGET_USES_DEVICE_SPECIFIC_POWERHAL can already guard devices from building this HAL * Nexus devices build power.<device> by default, for example: power.bullhead, which does not match this module name pattern anyways. Change-Id: I8f4e214c92eaa525231df1e7f935c45192b50de9 (cherry picked from commit 67bd4db14e59f93e6e11022c79bb3af20fda8d56)
This commit is contained in:
parent
7f825775e2
commit
ef38e87be1
|
@ -1,7 +1,6 @@
|
|||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
ifneq ($(TARGET_USES_DEVICE_SPECIFIC_POWERHAL), true)
|
||||
ifneq ($(TARGET_USES_AOSP),true)
|
||||
ifeq ($(call is-vendor-board-platform,QCOM),true)
|
||||
|
||||
# HAL module implemenation stored in
|
||||
|
@ -88,4 +87,3 @@ include $(BUILD_SHARED_LIBRARY)
|
|||
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue