blob: 8579969fdd8b9b5eab3d0b5d7497e77c2feaa197 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Init scripts
PRODUCT_PACKAGES += \
init.qcom.rc \
init.qcom.power.rc \
init.recovery.qcom.rc \
ueventd.qcom.rc
ifeq ($(TARGET_BUILD_VARIANT),user)
PRODUCT_PACKAGES += \
init.qcom.ssr.rc
endif
|