forked from openkylin/platform_build
Add goldfish audio hw to board/generic_x86
Without it, app with audio may crash x86 emulator Change-Id: Ie9b30a2827c0a559e7cf73b7b21604f36c379483
This commit is contained in:
parent
f04ee37312
commit
ecd054c609
|
@ -25,4 +25,7 @@ PRODUCT_PROPERTY_OVERRIDES := \
|
|||
PRODUCT_COPY_FILES := \
|
||||
development/data/etc/apns-conf.xml:system/etc/apns-conf.xml \
|
||||
development/data/etc/vold.conf:system/etc/vold.conf \
|
||||
development/tools/emulator/system/camera/media_profiles.xml:system/etc/media_profiles.xml \
|
||||
development/tools/emulator/system/camera/media_profiles.xml:system/etc/media_profiles.xml
|
||||
|
||||
PRODUCT_PACKAGES := \
|
||||
audio.primary.goldfish
|
||||
|
|
Loading…
Reference in New Issue