From ab9e20fa17291a9d2b05d6939f0e1aab136dcb50 Mon Sep 17 00:00:00 2001 From: Aaron Kling Date: Mon, 30 Mar 2020 23:41:13 -0500 Subject: [PATCH] Disable Traceur for non eng-builds Change-Id: I9cc1d747dc70bcf89486009f7ecae1628ccfc0aa --- target/product/handheld_system.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/target/product/handheld_system.mk b/target/product/handheld_system.mk index 2b055c7ed0..2f8cd4c5dd 100644 --- a/target/product/handheld_system.mk +++ b/target/product/handheld_system.mk @@ -70,7 +70,6 @@ PRODUCT_PACKAGES += \ SimAppDialog \ Telecom \ TeleService \ - Traceur \ UserDictionaryProvider \ VpnDialogs \ vr \ @@ -100,3 +99,7 @@ PRODUCT_VENDOR_PROPERTIES += \ ro.carrier?=unknown \ ro.config.notification_sound?=OnTheHunt.ogg \ ro.config.alarm_alert?=Alarm_Classic.ogg + +# Traceur for debug only +PRODUCT_PACKAGES_ENG += \ + Traceur