diff options
Diffstat (limited to 'soc/soc.mk')
-rw-r--r-- | soc/soc.mk | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |