forked from openkylin/platform_build
Switch emulator sdk build audio_conf to goldfish
Test: Build emu and check correct file copied Change-Id: I553f8e5a024d51903e51c2ac9520d8d7b9f639af (cherry picked from commit c1378c053cbc111f7ac20c6aa3c0881ef84b7cba)
This commit is contained in:
parent
366902561d
commit
56296dd5cf
|
@ -75,7 +75,7 @@ PRODUCT_COPY_FILES := \
|
||||||
frameworks/native/data/etc/android.hardware.camera.xml:system/etc/permissions/android.hardware.camera.xml \
|
frameworks/native/data/etc/android.hardware.camera.xml:system/etc/permissions/android.hardware.camera.xml \
|
||||||
frameworks/native/data/etc/android.hardware.fingerprint.xml:system/etc/permissions/android.hardware.fingerprint.xml \
|
frameworks/native/data/etc/android.hardware.fingerprint.xml:system/etc/permissions/android.hardware.fingerprint.xml \
|
||||||
frameworks/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf \
|
frameworks/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf \
|
||||||
hardware/libhardware_legacy/audio/audio_policy.conf:system/etc/audio_policy.conf
|
device/generic/goldfish/audio_policy.conf:system/etc/audio_policy.conf
|
||||||
|
|
||||||
include $(SRC_TARGET_DIR)/product/emulator.mk
|
include $(SRC_TARGET_DIR)/product/emulator.mk
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue