Move power.qcom to /vendor

Change-Id: Ifb8ab8dee48b7aa19892349a942c90fb9812811a
This commit is contained in:
Vara Prasad A V S G 2017-06-11 06:13:17 +05:30 committed by Alex Naidis
parent f12f335396
commit 291b2ca606
2 changed files with 2 additions and 1 deletions

View File

@ -136,6 +136,7 @@ endif
LOCAL_MODULE := power.$(TARGET_BOARD_PLATFORM)
LOCAL_MODULE_TAGS := optional
LOCAL_CFLAGS += -Wno-unused-parameter -Wno-unused-variable
LOCAL_VENDOR_MODULE := true
include $(BUILD_SHARED_LIBRARY)
endif

View File

@ -30,7 +30,7 @@
#ifndef __POWERHINTPARSER__
#define __POWERHINTPARSER__
#define POWERHINT_XML "/system/etc/powerhint.xml"
#define POWERHINT_XML "/vendor/etc/powerhint.xml"
#define MAX_HINT 6
#define MAX_PARAM 30