diff options
Diffstat (limited to 'gps/dump/log.mk')
-rw-r--r-- | gps/dump/log.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gps/dump/log.mk b/gps/dump/log.mk index d977cb2..6a0aa9e 100644 --- a/gps/dump/log.mk +++ b/gps/dump/log.mk @@ -1,4 +1,5 @@ BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/gps/dump/sepolicy/ +ifneq (,$(filter eng, $(TARGET_BUILD_VARIANT))) PRODUCT_PACKAGES_DEBUG += dump_gps - +endif |