diff options
author | Shamir Husain <shamir88@gmail.com> | 2012-11-15 18:50:07 +0100 |
---|---|---|
committer | Shamir Husain <shamir88@gmail.com> | 2012-11-15 18:50:07 +0100 |
commit | 264332c1b93df4e5e05ae715a75b4e78b552f828 (patch) | |
tree | b2b372a0a126cfe3746aa8c4b6cf8762da81192d | |
parent | 4d8e2d969d4f4d63a6d05bf141174cec41937433 (diff) | |
download | device_samsung_smdk4412-common-264332c1b93df4e5e05ae715a75b4e78b552f828.zip device_samsung_smdk4412-common-264332c1b93df4e5e05ae715a75b4e78b552f828.tar.gz device_samsung_smdk4412-common-264332c1b93df4e5e05ae715a75b4e78b552f828.tar.bz2 |
Update proprietary-files.sh to match TheMuppets vendor (1/3)
Change-Id: I905ee28a98ef2234472556210e97b8c99dc1b686
-rwxr-xr-x | proprietary-files.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/proprietary-files.sh b/proprietary-files.sh index 6e22d3d..dee67a3 100755 --- a/proprietary-files.sh +++ b/proprietary-files.sh @@ -125,7 +125,6 @@ adb pull /system/usr/keylayout/gpio-keys.kl ../../../vendor/$MANUFACTURER/$DEVIC adb pull /system/usr/keylayout/qwerty.kl ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/system/usr/keylayout/qwerty.kl adb pull /system/usr/keylayout/sii9234_rcp.kl ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/system/usr/keylayout/sii9234_rcp.kl adb pull /system/vendor/firmware/fimc_is_fw.bin ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/system/vendor/firmware/fimc_is_fw.bin -adb pull /system/vendor/firmware/libpn544_fw.so ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/system/vendor/firmware/libpn544_fw.so adb pull /system/vendor/firmware/mfc_fw.bin ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/system/vendor/firmware/mfc_fw.bin adb pull /system/vendor/firmware/setfile.bin ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/system/vendor/firmware/setfile.bin @@ -278,7 +277,6 @@ PRODUCT_COPY_FILES += \\ PRODUCT_COPY_FILES += \\ \$(LOCAL_PATH)/proprietary/system/vendor/firmware/fimc_is_fw.bin:system/vendor/firmware/fimc_is_fw.bin \\ - \$(LOCAL_PATH)/proprietary/system/vendor/firmware/libpn544_fw.so:system/vendor/firmware/libpn544_fw.so \\ \$(LOCAL_PATH)/proprietary/system/vendor/firmware/mfc_fw.bin:system/vendor/firmware/mfc_fw.bin \\ \$(LOCAL_PATH)/proprietary/system/vendor/firmware/setfile.bin:system/vendor/firmware/setfile.bin |