commit | b1d5be1c38033af4803c24112024c3e050c1caaf | [log] [tgz] |
---|---|---|
author | Yisroel Forta <yforta@google.com> | Thu Nov 21 02:49:09 2024 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Nov 21 02:49:09 2024 +0000 |
tree | 0422d89c136809085a14920251aac8796ed8f64b | |
parent | db5e7e1cdebbf965df2e7a848200ccd54add4a99 [diff] | |
parent | 5848147ed19b60a95cc2a9895d19898eebf0be25 [diff] |
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)