diff options
author | c_gopir <gopir@codeaurora.org> | 2020-08-24 20:34:15 +0530 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2020-08-27 05:01:54 -0700 |
commit | 90799306bdf27740641761a797cd157661aa7bef (patch) | |
tree | 3d159ad52a84ab5bc6f579a2355a0c6a93dd2119 | |
parent | 9e5f7876e2b01a9e6208a63d8cf5209f6d614d7b (diff) |
Power : Vendor Common Base.mk change
Removal of LIBPOWER component
Change-Id: I689fe890d81ddde493b23166f7808b9d380eca35
-rw-r--r-- | base.mk | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -597,14 +597,6 @@ LIBQDUTILS := libqdutils #LIBQDMETADATA LIBQDMETADATA := libqdMetaData -#LIBPOWER -ifneq ($(TARGET_USES_NON_LEGACY_POWERHAL), true) -LIBPOWER := power.qcom -#LIBPOWER -- Add HIDL Packages -LIBPOWER += android.hardware.power@1.0-impl -LIBPOWER += android.hardware.power@1.0-service -endif - #LLVM for RenderScript #use qcom LLVM $(call inherit-product-if-exists, external/llvm/llvm-select.mk) |