aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Popi <theh2o64@gmail.com>2017-02-22 12:10:08 +0100
committerMichael Bestas <mkbestas@lineageos.org>2017-03-02 17:33:10 +0000
commitc68a5163e02a4f2f94e16d74f037dccf46337bfc (patch)
tree20462e5f6049d7347ff7e19c78758bc9cc6157e1
parentab5447a91d02812788ab7525274eb92b769c3b56 (diff)
msm8916-common: Always ship ssr script
Change-Id: If45cb863aa912c6aef72379566743a16f2f1fe54
-rw-r--r--product/init.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/product/init.mk b/product/init.mk
index 8579969..069c202 100644
--- a/product/init.mk
+++ b/product/init.mk
@@ -2,10 +2,6 @@
PRODUCT_PACKAGES += \
init.qcom.rc \
init.qcom.power.rc \
+ init.qcom.ssr.rc \
init.recovery.qcom.rc \
ueventd.qcom.rc
-
-ifeq ($(TARGET_BUILD_VARIANT),user)
-PRODUCT_PACKAGES += \
- init.qcom.ssr.rc
-endif