Loading envsetup.sh +2 −2 Original line number Diff line number Diff line Loading @@ -1502,7 +1502,7 @@ function aospremote() then echo .git directory not found. Please run this from the root directory of the Android repository you wish to set up. fi PROJECT=`pwd | sed s#$ANDROID_BUILD_TOP/##g` PROJECT=`pwd -P | sed s#$ANDROID_BUILD_TOP/##g` if (echo $PROJECT | grep -qv "^device") then PFX="platform/" Loading @@ -1519,7 +1519,7 @@ function cafremote() then echo .git directory not found. Please run this from the root directory of the Android repository you wish to set up. fi PROJECT=`pwd | sed s#$ANDROID_BUILD_TOP/##g` PROJECT=`pwd -P | sed s#$ANDROID_BUILD_TOP/##g` if (echo $PROJECT | grep -qv "^device") then PFX="platform/" Loading Loading
envsetup.sh +2 −2 Original line number Diff line number Diff line Loading @@ -1502,7 +1502,7 @@ function aospremote() then echo .git directory not found. Please run this from the root directory of the Android repository you wish to set up. fi PROJECT=`pwd | sed s#$ANDROID_BUILD_TOP/##g` PROJECT=`pwd -P | sed s#$ANDROID_BUILD_TOP/##g` if (echo $PROJECT | grep -qv "^device") then PFX="platform/" Loading @@ -1519,7 +1519,7 @@ function cafremote() then echo .git directory not found. Please run this from the root directory of the Android repository you wish to set up. fi PROJECT=`pwd | sed s#$ANDROID_BUILD_TOP/##g` PROJECT=`pwd -P | sed s#$ANDROID_BUILD_TOP/##g` if (echo $PROJECT | grep -qv "^device") then PFX="platform/" Loading