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
This commit is contained in:
committed by
Justin Yun
parent
874da86de2
commit
b66aa7edc2
@@ -336,7 +336,8 @@ endif
|
|||||||
# Check if the build supports Profiling module
|
# Check if the build supports Profiling module
|
||||||
ifeq ($(RELEASE_PACKAGE_PROFILING_MODULE),true)
|
ifeq ($(RELEASE_PACKAGE_PROFILING_MODULE),true)
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
com.android.profiling
|
com.android.profiling \
|
||||||
|
trace_redactor
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(RELEASE_USE_WEBVIEW_BOOTSTRAP_MODULE),true)
|
ifeq ($(RELEASE_USE_WEBVIEW_BOOTSTRAP_MODULE),true)
|
||||||
|
Reference in New Issue
Block a user