summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--target/product/base_system.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/product/base_system.mk b/target/product/base_system.mk
index 146479cc08..5befe62a26 100644
--- a/target/product/base_system.mk
+++ b/target/product/base_system.mk
@@ -336,7 +336,8 @@ endif
# Check if the build supports Profiling module
ifeq ($(RELEASE_PACKAGE_PROFILING_MODULE),true)
PRODUCT_PACKAGES += \
- com.android.profiling
+ com.android.profiling \
+ trace_redactor
endif
ifeq ($(RELEASE_USE_WEBVIEW_BOOTSTRAP_MODULE),true)