aboutsummaryrefslogtreecommitdiff
path: root/product/init.mk
diff options
context:
space:
mode:
Diffstat (limited to 'product/init.mk')
-rw-r--r--product/init.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/product/init.mk b/product/init.mk
new file mode 100644
index 0000000..8579969
--- /dev/null
+++ b/product/init.mk
@@ -0,0 +1,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