diff options
author | Daniel Hillenbrand <codeworkx@cyanogenmod.org> | 2013-06-03 14:08:40 +0200 |
---|---|---|
committer | Daniel Hillenbrand <codeworkx@cyanogenmod.org> | 2013-06-03 14:08:40 +0200 |
commit | b57bd594756a62d2578a5485aa099cb24ed8360a (patch) | |
tree | bb2256428139300dc1ee9db482f789ee16e133c0 | |
parent | 4f5d08dc1bd4a706192057702de91980333cf21c (diff) | |
download | device_samsung_n7000-b57bd594756a62d2578a5485aa099cb24ed8360a.zip device_samsung_n7000-b57bd594756a62d2578a5485aa099cb24ed8360a.tar.gz device_samsung_n7000-b57bd594756a62d2578a5485aa099cb24ed8360a.tar.bz2 |
n7000: update extract script
Change-Id: I08eb19b0ce2a6d76e3152b4fe321fb85e70b45ae
-rwxr-xr-x | extract-files.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/extract-files.sh b/extract-files.sh index 8b07937..3b76c64 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -31,8 +31,6 @@ for FILE in `cat proprietary-files.txt | grep -v ^# | grep -v ^$`; do fi adb pull /$FILE $DEVICEBASE/$FILE done -adb pull /system/lib/hw/vendor-camera.exynos4.so $DEVICEBASE/system/lib/hw/camera.exynos4.so - (cat << EOF) | sed s/__DEVICE__/$DEVICE/g | sed s/__VENDOR__/$VENDOR/g > $DEVICEMAKEFILE # Copyright (C) 2012 The CyanogenMod Project @@ -49,15 +47,7 @@ adb pull /system/lib/hw/vendor-camera.exynos4.so $DEVICEBASE/system/lib/hw/camer # See the License for the specific language governing permissions and # limitations under the License. -# Prebuilt libraries that are needed to build open-source libraries PRODUCT_COPY_FILES := \\ - vendor/__VENDOR__/__DEVICE__/proprietary/system/lib/libril.so:obj/lib/libril.so \\ - vendor/__VENDOR__/__DEVICE__/proprietary/system/lib/libsecril-client.so:obj/lib/libsecril-client.so - -PRODUCT_COPY_FILES += \\ - vendor/__VENDOR__/__DEVICE__/proprietary/system/lib/hw/camera.exynos4.so:system/lib/hw/vendor-camera.exynos4.so - -PRODUCT_COPY_FILES += \\ EOF LINEEND=" \\" |