Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 33f43f69 authored by Usta Shrestha's avatar Usta Shrestha Committed by Automerger Merge Worker
Browse files

Merge "Allow sourcing envsetup from anywhere" am: 0e462442 am: 596a630c...

Merge "Allow sourcing envsetup from anywhere" am: 0e462442 am: 596a630c am: 8c2f4676 am: 6b0aaf6a am: a9c58cc0

Original change: https://android-review.googlesource.com/c/platform/build/+/2097636



Change-Id: I09a7f2ed5bc5360e9d3eecc01b53988df2297fd7
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 45ff0692 a9c58cc0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -403,7 +403,9 @@ function addcompletions()
    # e.g.
    # ENVSETUP_NO_COMPLETION=adb # -> disable adb completion
    # ENVSETUP_NO_COMPLETION=adb:bit # -> disable adb and bit completion
    local T=$(gettop)
    for f in ${completion_files[*]}; do
        f="$T/$f"
        if [ ! -f "$f" ]; then
          echo "Warning: completion file $f not found"
        elif should_add_completion "$f"; then