mirror of
https://github.com/team-infusion-developers/android_device_samsung_msm8976-common.git
synced 2024-11-07 06:19:20 +00:00
e601781cca
* We don't need hci_qcomm_init and init.qcom.bt.sh * Remove hci_filter_root * Update sysfs permissions from bullhead Change-Id: Id0b80f188cc3dd6d3595f5216bb3b927179afced
43 lines
1.1 KiB
Makefile
43 lines
1.1 KiB
Makefile
LOCAL_PATH := $(call my-dir)
|
|
|
|
# Device init scripts
|
|
|
|
include $(CLEAR_VARS)
|
|
LOCAL_MODULE := fstab.qcom
|
|
LOCAL_MODULE_TAGS := optional eng
|
|
LOCAL_MODULE_CLASS := ETC
|
|
LOCAL_SRC_FILES := etc/fstab.qcom
|
|
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 := etc/init.qcom.rc
|
|
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 := etc/init.qcom.power.rc
|
|
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 := etc/init.qcom.usb.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 := etc/ueventd.qcom.rc
|
|
LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT)
|
|
include $(BUILD_PREBUILT)
|