summaryrefslogtreecommitdiff
path: root/wlan/dump.mk
diff options
context:
space:
mode:
Diffstat (limited to 'wlan/dump.mk')
-rw-r--r--wlan/dump.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/wlan/dump.mk b/wlan/dump.mk
index 1d90d22..b716de6 100644
--- a/wlan/dump.mk
+++ b/wlan/dump.mk
@@ -1,4 +1,5 @@
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/wlan/sepolicy/
+ifneq (,$(filter eng, $(TARGET_BUILD_VARIANT)))
PRODUCT_PACKAGES_DEBUG += dump_wlan
-
+endif