diff options
Diffstat (limited to 'sailfish/setup-makefiles.sh')
| -rwxr-xr-x | sailfish/setup-makefiles.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sailfish/setup-makefiles.sh b/sailfish/setup-makefiles.sh index 0d3d70a5..17db89ec 100755 --- a/sailfish/setup-makefiles.sh +++ b/sailfish/setup-makefiles.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. @@ -25,9 +25,9 @@ INITIAL_COPYRIGHT_YEAR=2019 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 @@ -35,7 +35,7 @@ fi . "$HELPER" # Initialize the helper -setup_vendor "$DEVICE" "$VENDOR" "$LINEAGE_ROOT" +setup_vendor "$DEVICE" "$VENDOR" "$AICP_ROOT" # Copyright headers and guards write_headers |
