Move power.qcom to /vendor
Change-Id: Ifb8ab8dee48b7aa19892349a942c90fb9812811a
This commit is contained in:
parent
f12f335396
commit
291b2ca606
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue