forked from openkylin/platform_build
Merge "Allow smooth upgrade of AVD's from older API's." into nyc-dev
This commit is contained in:
commit
61ec9aed12
|
@ -61,6 +61,7 @@ PRODUCT_PACKAGE_OVERLAYS := development/sdk_overlay
|
|||
|
||||
PRODUCT_COPY_FILES := \
|
||||
device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml \
|
||||
device/sample/etc/old-apns-conf.xml:system/etc/old-apns-conf.xml \
|
||||
frameworks/base/data/sounds/effects/camera_click.ogg:system/media/audio/ui/camera_click.ogg \
|
||||
frameworks/base/data/sounds/effects/VideoRecord.ogg:system/media/audio/ui/VideoRecord.ogg \
|
||||
frameworks/base/data/sounds/effects/VideoStop.ogg:system/media/audio/ui/VideoStop.ogg \
|
||||
|
|
Loading…
Reference in New Issue