summaryrefslogtreecommitdiff
path: root/aoc/aoc.mk
diff options
context:
space:
mode:
Diffstat (limited to 'aoc/aoc.mk')
-rw-r--r--aoc/aoc.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/aoc/aoc.mk b/aoc/aoc.mk
index 2eadb08..5ddcb7f 100644
--- a/aoc/aoc.mk
+++ b/aoc/aoc.mk
@@ -19,8 +19,10 @@ PRODUCT_COPY_FILES += \
endif
# AoC debug support
+ifneq (,$(filter eng, $(TARGET_BUILD_VARIANT)))
PRODUCT_PACKAGES_DEBUG += \
aocdump \
aocutil \
aoc_audio_cfg \
vp_util
+endif