diff options
author | Andrew Dodd <atd7@cornell.edu> | 2012-07-28 10:59:36 -0400 |
---|---|---|
committer | Andrew Dodd <atd7@cornell.edu> | 2012-07-28 10:59:36 -0400 |
commit | 42dc4a32ae722275c56bec035df6afe8970d051f (patch) | |
tree | 4d07da0dd92741a4fccabe9d14c86a4ace9fdf30 | |
parent | 0a49d4d2ff1ecaefba56fc2f18f3592b0ea26ac6 (diff) | |
download | device_samsung_n7000-42dc4a32ae722275c56bec035df6afe8970d051f.zip device_samsung_n7000-42dc4a32ae722275c56bec035df6afe8970d051f.tar.gz device_samsung_n7000-42dc4a32ae722275c56bec035df6afe8970d051f.tar.bz2 |
n7000: Properly extract GPS proprietary files
Our GPS lib is different from I9100/I777, and also
requires a few extra files.
-rw-r--r-- | proprietary-common-files.txt | 1 | ||||
-rw-r--r-- | proprietary-n7000-files.txt | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/proprietary-common-files.txt b/proprietary-common-files.txt index f5bb82d..22912aa 100644 --- a/proprietary-common-files.txt +++ b/proprietary-common-files.txt @@ -46,7 +46,6 @@ system/cameradata/datapattern_420sp.yuv system/cameradata/datapattern_front_420sp.yuv system/lib/libcaps.so system/vendor/firmware/mfc_fw.bin -system/lib/hw/gps.exynos4.so system/lib/egl/libEGL_mali.so system/lib/egl/libGLESv1_CM_mali.so system/lib/egl/libGLESv2_mali.so diff --git a/proprietary-n7000-files.txt b/proprietary-n7000-files.txt index 7759f41..84de2da 100644 --- a/proprietary-n7000-files.txt +++ b/proprietary-n7000-files.txt @@ -2,6 +2,10 @@ system/bin/rild system/lib/libril.so system/lib/libsec-ril.so system/lib/libsecril-client.so +system/lib/hw/gps.exynos4.so +system/bin/gpsd +system/bin/gps.cer +system/etc/gps.xml system/bin/bcm4330B1.hcd system/etc/wifi/bcm4330_apsta.bin system/etc/wifi/bcm4330_mfg.bin |