Files
Arian 0c19dfc067 cepheus: rootdir: Move bus-dcvs, mem_latency and powersaving configuration to init.power.rc
* skip init.qcom.post_boot.sh edit since it will be removed in later changes

Change-Id: I41ed6397e73f77627ad9da36e9c6c4c144d545d2
2023-07-24 22:26:54 -05:00

9 lines
265 B
Makefile

LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := init.power.rc
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := ETC
LOCAL_SRC_FILES := etc/init.power.rc
LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR_ETC)/init/hw
include $(BUILD_PREBUILT)