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

Commit 68301b2b authored by luca020400's avatar luca020400 Committed by Luca Stefani
Browse files

build: Fix caf and aospremote

Change-Id: I8ad28d71254941c0aacb91b1c6c702f9f13caf5f
parent fbd7c1cd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1710,7 +1710,7 @@ function aospremote()
        return 1
    fi
    git remote rm aosp 2> /dev/null
    PROJECT=${$(pwd -P)#$ANDROID_BUILD_TOP/}
    PROJECT=$(pwd -P | sed "s#$ANDROID_BUILD_TOP\/##")
    if (echo $PROJECT | grep -qv "^device")
    then
        PFX="platform/"
@@ -1727,7 +1727,7 @@ function cafremote()
        return 1
    fi
    git remote rm caf 2> /dev/null
    PROJECT=${$(pwd -P)#$ANDROID_BUILD_TOP/}
    PROJECT=$(pwd -P | sed "s#$ANDROID_BUILD_TOP\/##")
    if (echo $PROJECT | grep -qv "^device")
    then
        PFX="platform/"