Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5848147e authored by Yisroel Forta's avatar Yisroel Forta
Browse files

Remove trace redactor from build

Trace redactor is being moved to profiling apex for updatability.

Ignore-AOSP-First: Topic'd with adding to the apex

Bug: 379255273
Test: run profiling mcts, check result trace
Flag: EXEMPT - infeasible
Change-Id: Iba333ef40d68db23dec53e3f782dcd9efb7dc997
parent 13a794a8
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -355,8 +355,7 @@ endif
# 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)