diff options
author | Jean-Baptiste Queru <jbq@google.com> | 2011-09-15 08:52:29 -0700 |
---|---|---|
committer | Jean-Baptiste Queru <jbq@google.com> | 2011-09-15 08:52:29 -0700 |
commit | bc40014f8b3ed4efd775c57f55808f7f9c885938 (patch) | |
tree | 37b4bdfa82478b575358ffdd183b19a3c4543d46 /self-extractors/imgtec | |
parent | 9e4c42ec94895ebc09b1fe27d9fbae0bccc3ffe1 (diff) | |
download | device_samsung_maguro-bc40014f8b3ed4efd775c57f55808f7f9c885938.zip device_samsung_maguro-bc40014f8b3ed4efd775c57f55808f7f9c885938.tar.gz device_samsung_maguro-bc40014f8b3ed4efd775c57f55808f7f9c885938.tar.bz2 |
Updated scripts to generate maguro self-extractors
This adds invensense and widevine, and fine-tunes the
other ones for better consistency and ease of maintenance.
Bug: 4295425
Change-Id: Ia900c4350b02fb5c82454cf85dbc776465bda130
Diffstat (limited to 'self-extractors/imgtec')
-rw-r--r-- | self-extractors/imgtec/staging/device-maguro.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/self-extractors/imgtec/staging/device-maguro.mk b/self-extractors/imgtec/staging/device-maguro.mk index a9f2e85..36915cc 100644 --- a/self-extractors/imgtec/staging/device-maguro.mk +++ b/self-extractors/imgtec/staging/device-maguro.mk @@ -14,7 +14,7 @@ LOCAL_PATH := vendor/imgtec/maguro -# Imgtec blobs necessary for Maguro hardware +# Imgtec blob(s) necessary for Maguro hardware PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/proprietary/pvrsrvinit:system/vendor/bin/pvrsrvinit \ $(LOCAL_PATH)/proprietary/libEGL_POWERVR_SGX540_120.so:system/vendor/lib/egl/libEGL_POWERVR_SGX540_120.so \ @@ -28,4 +28,5 @@ PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/proprietary/libPVRScopeServices.so:system/vendor/lib/libPVRScopeServices.so \ $(LOCAL_PATH)/proprietary/libsrv_init.so:system/vendor/lib/libsrv_init.so \ $(LOCAL_PATH)/proprietary/libsrv_um.so:system/vendor/lib/libsrv_um.so \ - $(LOCAL_PATH)/proprietary/libusc.so:system/vendor/lib/libusc.so + $(LOCAL_PATH)/proprietary/libusc.so:system/vendor/lib/libusc.so \ + |