Merge "Remove trace redactor from build" into main
diff --git a/target/product/base_system.mk b/target/product/base_system.mk
index 656ee30..ab5f1a8 100644
--- a/target/product/base_system.mk
+++ b/target/product/base_system.mk
@@ -355,8 +355,7 @@
 # Check if the build supports Profiling module
 ifeq ($(RELEASE_PACKAGE_PROFILING_MODULE),true)
     PRODUCT_PACKAGES += \
-       com.android.profiling \
-       trace_redactor
+       com.android.profiling
 endif
 
 ifeq ($(RELEASE_USE_WEBVIEW_BOOTSTRAP_MODULE),true)