diff options
| author | 2024-03-21 17:22:14 +0000 | |
|---|---|---|
| committer | 2024-06-20 10:00:16 +0900 | |
| commit | b66aa7edc2ba3c59da8aea7a5601fec70a2fa84c (patch) | |
| tree | 150b47b0c3ffe80cbac62546f38a28b07f74bc85 | |
| parent | 874da86de2ffcd8672cff7ab1f33cba61bd447d9 (diff) | |
Add trace redactor to system
This change adds the trace_redactor binary to system so that it can be
called from the Profiling module.
Bug: 327423523
Test: build and flash phone, verify binary is avalable at /system/bin.
Merged-In: I661fca73c02e2904b988b4bddce62f09c7e3a5d7
Change-Id: I661fca73c02e2904b988b4bddce62f09c7e3a5d7
| -rw-r--r-- | target/product/base_system.mk | 3 |
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) |