summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-06-20 09:06:35 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-06-20 09:06:35 +0000
commit25efbf1cb4f99cf423ed1fa8a855e2e7298bef22 (patch)
tree150b47b0c3ffe80cbac62546f38a28b07f74bc85
parent874da86de2ffcd8672cff7ab1f33cba61bd447d9 (diff)
parentb66aa7edc2ba3c59da8aea7a5601fec70a2fa84c (diff)
Merge "Add trace redactor to system" into main
-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)