63b61111e2
This makes it such that we can be more versatile in applying our power configuration (recovery, different init triggers, etc.) This will not be included in init.qcom.rc until this is verified. Change-Id: I3a721ee8f31129f80662c752c370e951a4f80c38
83 lines
2.2 KiB
Makefile
83 lines
2.2 KiB
Makefile
LOCAL_PATH := $(call my-dir)
|
|
|
|
# Init scripts
|
|
|
|
include $(CLEAR_VARS)
|
|
LOCAL_MODULE := fstab.qcom
|
|
LOCAL_MODULE_TAGS := optional eng
|
|
LOCAL_MODULE_CLASS := ETC
|
|
LOCAL_SRC_FILES := fstab.qcom
|
|
LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT)
|
|
include $(BUILD_PREBUILT)
|
|
|
|
include $(CLEAR_VARS)
|
|
LOCAL_MODULE := init.qcom.power.rc
|
|
LOCAL_MODULE_TAGS := optional eng
|
|
LOCAL_MODULE_CLASS := ETC
|
|
LOCAL_SRC_FILES := init.qcom.power.rc
|
|
LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT)
|
|
include $(BUILD_PREBUILT)
|
|
|
|
include $(CLEAR_VARS)
|
|
LOCAL_MODULE := init.qcom.rc
|
|
LOCAL_MODULE_TAGS := optional eng
|
|
LOCAL_MODULE_CLASS := ETC
|
|
LOCAL_SRC_FILES := init.qcom.rc
|
|
LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT)
|
|
include $(BUILD_PREBUILT)
|
|
|
|
include $(CLEAR_VARS)
|
|
LOCAL_MODULE := init.qcom.sh
|
|
LOCAL_MODULE_TAGS := optional eng
|
|
LOCAL_MODULE_CLASS := ETC
|
|
LOCAL_SRC_FILES := init.qcom.sh
|
|
LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT)
|
|
include $(BUILD_PREBUILT)
|
|
|
|
include $(CLEAR_VARS)
|
|
LOCAL_MODULE := init.qcom.usb.rc
|
|
LOCAL_MODULE_TAGS := optional eng
|
|
LOCAL_MODULE_CLASS := ETC
|
|
LOCAL_SRC_FILES := init.qcom.usb.rc
|
|
LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT)
|
|
include $(BUILD_PREBUILT)
|
|
|
|
include $(CLEAR_VARS)
|
|
LOCAL_MODULE := init.qcom.usb.sh
|
|
LOCAL_MODULE_TAGS := optional eng
|
|
LOCAL_MODULE_CLASS := ETC
|
|
LOCAL_SRC_FILES := init.qcom.usb.sh
|
|
LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT)
|
|
include $(BUILD_PREBUILT)
|
|
|
|
include $(CLEAR_VARS)
|
|
LOCAL_MODULE := init.target.rc
|
|
LOCAL_MODULE_TAGS := optional eng
|
|
LOCAL_MODULE_CLASS := ETC
|
|
LOCAL_SRC_FILES := init.target.rc
|
|
LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT)
|
|
include $(BUILD_PREBUILT)
|
|
|
|
include $(CLEAR_VARS)
|
|
LOCAL_MODULE := ueventd.qcom.rc
|
|
LOCAL_MODULE_TAGS := optional eng
|
|
LOCAL_MODULE_CLASS := ETC
|
|
LOCAL_SRC_FILES := ueventd.qcom.rc
|
|
LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT)
|
|
include $(BUILD_PREBUILT)
|
|
|
|
# Configuration scripts
|
|
|
|
include $(CLEAR_VARS)
|
|
LOCAL_MODULE := init.qcom.bt.sh
|
|
LOCAL_MODULE_TAGS := optional eng
|
|
LOCAL_MODULE_CLASS := ETC
|
|
LOCAL_SRC_FILES := etc/init.qcom.bt.sh
|
|
include $(BUILD_PREBUILT)
|
|
|
|
include $(CLEAR_VARS)
|
|
LOCAL_MODULE := init.qcom.post_boot.sh
|
|
LOCAL_MODULE_TAGS := optional eng
|
|
LOCAL_MODULE_CLASS := ETC
|
|
LOCAL_SRC_FILES := etc/init.qcom.post_boot.sh
|
|
include $(BUILD_PREBUILT)
|