Merge changes from topic "ril-mem-monitor" into udc-dev
* changes: Add ril memory monitor rild: allow rild to ptrace
This commit is contained in:
commit
a43ff6f9b4
2 changed files with 10 additions and 1 deletions
|
@ -9,6 +9,10 @@ DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += device/google/gs-common/pixel_ril/co
|
|||
|
||||
PRODUCT_PACKAGES += ril-extension
|
||||
|
||||
PRODUCT_SOONG_NAMESPACES += vendor/google/tools/ril-extension-service
|
||||
PRODUCT_PACKAGES_DEBUG += libgooglerilmemmonitor
|
||||
|
||||
PRODUCT_SOONG_NAMESPACES += \
|
||||
vendor/google/tools/ril-extension-service \
|
||||
vendor/google/tools/ril-mem-monitor
|
||||
|
||||
USE_GOOGLE_RIL_EXT := true
|
||||
|
|
|
@ -1,2 +1,7 @@
|
|||
add_service(rild, hal_ril_ext_service)
|
||||
binder_call(rild, rilextensionservice_app)
|
||||
|
||||
# Allow rild to ptrace for memory leak detection
|
||||
userdebug_or_eng(`
|
||||
allow rild self:process ptrace;
|
||||
')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue