summaryrefslogtreecommitdiff
path: root/soc/soc.mk
diff options
context:
space:
mode:
Diffstat (limited to 'soc/soc.mk')
-rw-r--r--soc/soc.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/soc/soc.mk b/soc/soc.mk
index d08d99d..c0bc2ab 100644
--- a/soc/soc.mk
+++ b/soc/soc.mk
@@ -1,5 +1,6 @@
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/soc/sepolicy/soc
PRODUCT_PACKAGES += dump_soc
+ifneq (,$(filter eng, $(TARGET_BUILD_VARIANT)))
PRODUCT_PACKAGES_DEBUG += dump_memory.sh
-
+endif