summaryrefslogtreecommitdiff
path: root/dauntless/gsc.mk
diff options
context:
space:
mode:
Diffstat (limited to 'dauntless/gsc.mk')
-rw-r--r--dauntless/gsc.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/dauntless/gsc.mk b/dauntless/gsc.mk
index 892f71a..91385cb 100644
--- a/dauntless/gsc.mk
+++ b/dauntless/gsc.mk
@@ -16,8 +16,10 @@ PRODUCT_PACKAGES += \
dump_gsc.sh
# USERDEBUG ONLY: Install test packages
+ifneq (,$(filter eng, $(TARGET_BUILD_VARIANT)))
PRODUCT_PACKAGES_DEBUG += citadel_integration_tests \
pwntest \
nugget_targeted_tests \
CitadelProvision
+endif
endif \ No newline at end of file