diff options
author | Keun young Park <keunyoung@google.com> | 2012-06-04 10:47:31 -0700 |
---|---|---|
committer | Keun young Park <keunyoung@google.com> | 2012-06-06 14:15:57 -0700 |
commit | fd9f8bcfdb55fec8aea132fed80a22688d6fc846 (patch) | |
tree | ed48d1597f39f4a3decde1954e9c8bd5d3da092a /target/board/generic | |
parent | 90beb4f155f9e0a7508854ded5b2c3dd87d702f5 (diff) | |
download | build-fd9f8bcfdb55fec8aea132fed80a22688d6fc846.zip build-fd9f8bcfdb55fec8aea132fed80a22688d6fc846.tar.gz build-fd9f8bcfdb55fec8aea132fed80a22688d6fc846.tar.bz2 |
add mini.mk for common configurations for mini products
- it is used for generic pdk release
Bug: 6540216
Change-Id: I7dd21724a9484e48c66e4430cd003ffb448f075b
Diffstat (limited to 'target/board/generic')
-rw-r--r-- | target/board/generic/device.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/board/generic/device.mk b/target/board/generic/device.mk index 843f038..737a607 100644 --- a/target/board/generic/device.mk +++ b/target/board/generic/device.mk @@ -25,8 +25,8 @@ PRODUCT_PROPERTY_OVERRIDES := \ PRODUCT_COPY_FILES := \ device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml \ device/generic/goldfish/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_codecs.xml:system/etc/media_codecs.xml \ + $(call add-to-product-copy-files-if-exists,development/tools/emulator/system/camera/media_profiles.xml:system/etc/media_profiles.xml) \ + $(call add-to-product-copy-files-if-exists,development/tools/emulator/system/camera/media_codecs.xml:system/etc/media_codecs.xml) \ hardware/libhardware_legacy/audio/audio_policy.conf:system/etc/audio_policy.conf PRODUCT_PACKAGES := \ |