diff options
Diffstat (limited to 'extract-files.sh')
-rwxr-xr-x | extract-files.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/extract-files.sh b/extract-files.sh index 6b561f9..78747c0 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -64,8 +64,4 @@ if [ -s "$MY_DIR"/../$DEVICE/proprietary-files.txt ]; then extract "$MY_DIR"/../$DEVICE/proprietary-files.txt "$SRC" "$SECTION" fi -COMMON_BLOB_ROOT="$LINEAGE_ROOT"/vendor/"$VENDOR"/"$DEVICE_COMMON"/proprietary - -patchelf --replace-needed android.hardware.gnss@1.0.so android.hardware.gnss@1.0-v27.so $COMMON_BLOB_ROOT/vendor/lib64/vendor.qti.gnss@1.0_vendor.so - "$MY_DIR"/setup-makefiles.sh |