Merge "Enable configurable audio policy on generic_system"
This commit is contained in:
commit
baade4a3c4
1 changed files with 5 additions and 0 deletions
|
@ -114,6 +114,11 @@ PRODUCT_PACKAGES_DEBUG += \
|
|||
PRODUCT_HOST_PACKAGES += \
|
||||
tinyplay
|
||||
|
||||
# Enable configurable audio policy
|
||||
PRODUCT_PACKAGES += \
|
||||
libaudiopolicyengineconfigurable \
|
||||
libpolicy-subsystem
|
||||
|
||||
# Include all zygote init scripts. "ro.zygote" will select one of them.
|
||||
PRODUCT_COPY_FILES += \
|
||||
system/core/rootdir/init.zygote32.rc:system/etc/init/hw/init.zygote32.rc \
|
||||
|
|
Loading…
Reference in a new issue