Loading envsetup.sh +2 −2 Original line number Diff line number Diff line Loading @@ -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/" Loading @@ -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/" Loading Loading
envsetup.sh +2 −2 Original line number Diff line number Diff line Loading @@ -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/" Loading @@ -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/" Loading