diff options
Diffstat (limited to 'sailfish/extract-files.sh')
| -rwxr-xr-x | sailfish/extract-files.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sailfish/extract-files.sh b/sailfish/extract-files.sh index 91bb11bc..4649d5e7 100755 --- a/sailfish/extract-files.sh +++ b/sailfish/extract-files.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (C) 2019 The LineageOS Project +# Copyright (C) 2019 The AICP Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -23,9 +23,9 @@ DEVICE=sailfish MY_DIR="${BASH_SOURCE%/*}" if [[ ! -d "$MY_DIR" ]]; then MY_DIR="$PWD"; fi -LINEAGE_ROOT="$MY_DIR"/../../.. +AICP_ROOT="$MY_DIR"/../../.. -HELPER="$LINEAGE_ROOT"/vendor/lineage/build/tools/extract_utils.sh +HELPER="$AICP_ROOT"/vendor/aicp/build/tools/extract_utils.sh if [ ! -f "$HELPER" ]; then echo "Unable to find helper script at $HELPER" exit 1 @@ -49,13 +49,13 @@ else fi # Initialize the helper -setup_vendor "$DEVICE" "$VENDOR" "$LINEAGE_ROOT" +setup_vendor "$DEVICE" "$VENDOR" "$AICP_ROOT" extract "$MY_DIR"/../marlin/$DEVICE/device-proprietary-files.txt "$SRC" extract "$MY_DIR"/../marlin/$DEVICE/device-proprietary-files-vendor.txt "$SRC" # Don't disable MyVerizonServices app sed -i 's|<disabled-until-used-preinstalled-carrier-app package="com.verizon.mips.services" />|<!--disabled-until-used-preinstalled-carrier-app package="com.verizon.mips.services" /-->|g'\ - "$LINEAGE_ROOT"/vendor/"$VENDOR"/"$DEVICE"/proprietary/etc/sysconfig/nexus.xml + "$AICP_ROOT"/vendor/"$VENDOR"/"$DEVICE"/proprietary/etc/sysconfig/nexus.xml "$MY_DIR/../marlin/$DEVICE"/setup-makefiles.sh |
