summaryrefslogtreecommitdiffstats
path: root/device.mk
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-08-19 20:54:50 -0700
committerJean-Baptiste Queru <jbq@google.com>2010-08-19 20:55:28 -0700
commit859ebd567d3aaea42fdc2fa2994f7ef8f2e3239c (patch)
tree51c53f91804e89fa1a2aff70457e738a4238e6d5 /device.mk
parent7a16f7fd2f6c0dfd2385fba9ad97260afaa3b179 (diff)
downloaddevice_samsung_crespo-859ebd567d3aaea42fdc2fa2994f7ef8f2e3239c.zip
device_samsung_crespo-859ebd567d3aaea42fdc2fa2994f7ef8f2e3239c.tar.gz
device_samsung_crespo-859ebd567d3aaea42fdc2fa2994f7ef8f2e3239c.tar.bz2
Move PRODUCT_COPY_FILES to the product definition
Change-Id: I8266a720de3afd516a4240e948b517f00537f808
Diffstat (limited to 'device.mk')
-rw-r--r--device.mk29
1 files changed, 29 insertions, 0 deletions
diff --git a/device.mk b/device.mk
index ea11401..286c4fb 100644
--- a/device.mk
+++ b/device.mk
@@ -12,3 +12,32 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
+
+PRODUCT_COPY_FILES += \
+ device/samsung/crespo/asound.conf:system/etc/asound.conf \
+ device/samsung/crespo/vold.conf:system/etc/vold.conf \
+ device/samsung/crespo/vold.fstab:system/etc/vold.fstab
+
+ifeq ($(BOARD_USES_HGL),true)
+PRODUCT_COPY_FILES += \
+ device/samsung/crespo/egl.cfg:system/lib/egl/egl.cfg \
+ vendor/samsung/crespo/pvrsrvkm.ko:root/modules/pvrsrvkm.ko \
+ vendor/samsung/crespo/s3c_lcd.ko:root/modules/s3c_lcd.ko \
+ vendor/samsung/crespo/s3c_bc.ko:root/modules/s3c_bc.ko \
+ vendor/samsung/crespo/gralloc.s5pc110.so:system/lib/hw/gralloc.s5pc110.so \
+ vendor/samsung/crespo/libEGL_POWERVR_SGX540_120.so:system/lib/egl/libEGL_POWERVR_SGX540_120.so \
+ vendor/samsung/crespo/libGLESv1_CM_POWERVR_SGX540_120.so:system/lib/egl/libGLESv1_CM_POWERVR_SGX540_120.so \
+ vendor/samsung/crespo/libGLESv2_POWERVR_SGX540_120.so:system/lib/egl/libGLESv2_POWERVR_SGX540_120.so \
+ vendor/samsung/crespo/libsrv_um.so:system/lib/libsrv_um.so \
+ vendor/samsung/crespo/libusc.so:system/lib/libusc.so \
+ vendor/samsung/crespo/libsrv_init.so:system/lib/libsrv_init.so \
+ vendor/samsung/crespo/libIMGegl.so:system/lib/libIMGegl.so \
+ vendor/samsung/crespo/libpvr2d.so:system/lib/libpvr2d.so \
+ vendor/samsung/crespo/libPVRScopeServices.so:system/lib/libPVRScopeServices.so \
+ vendor/samsung/crespo/libglslcompiler.so:system/lib/libglslcompiler.so \
+ vendor/samsung/crespo/libpvrANDROID_WSEGL.so:system/lib/libpvrANDROID_WSEGL.so \
+ vendor/samsung/crespo/pvrsrvinit:system/bin/pvrsrvinit
+endif
+
+# Get non-open-source aspects if available
+$(call inherit-product-if-exists, vendor/samsung/crespo/device-vendor.mk)