Add mediadrm service
Part of media security hardening This is an intermediate step toward moving mediadrm to a new service separate from mediaserver. This first step allows mediadrmservice to run based on the system property media.mediadrmservice.enable so it can be selectively enabled on devices that support using native_handles for secure buffers. bug: 22990512 Change-Id: I9fecb59158d560201f64721cdc026f5604cc3945
This commit is contained in:
parent
405e71dcd3
commit
1fefb8270e
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@ PRODUCT_PACKAGES += \
|
|||
libwifi-service \
|
||||
media \
|
||||
media_cmd \
|
||||
mediadrmserver \
|
||||
mediaserver \
|
||||
mediacodec \
|
||||
mediaextractor \
|
||||
|
|
Loading…
Reference in a new issue