Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1328)

Unified Diff: build/android/envsetup.sh

Issue 118583003: gyps! and builds! Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/base.gypi ('k') | build/android/gyp/ant.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/envsetup.sh
diff --git a/build/android/envsetup.sh b/build/android/envsetup.sh
index 26960ac75af6429ebe31de79ecfd2fa54f9266cb..7bcb89fc3b44c3c6abfd5b5ad9fb20be6b0a1dae 100755
--- a/build/android/envsetup.sh
+++ b/build/android/envsetup.sh
@@ -17,7 +17,8 @@ android_envsetup_main() {
local SCRIPT_PATH="$1"
local SCRIPT_DIR="$(dirname "$SCRIPT_PATH")"
- local CURRENT_DIR="$(readlink -f "${SCRIPT_DIR}/../../")"
+ #local CURRENT_DIR="$(readlink -f "${SCRIPT_DIR}/../../")"
+ local CURRENT_DIR="${PWD}/${SCRIPT_DIR}/../../"
if [[ -z "${CHROME_SRC}" ]]; then
# If $CHROME_SRC was not set, assume current directory is CHROME_SRC.
local CHROME_SRC="${CURRENT_DIR}"
« no previous file with comments | « base/base.gypi ('k') | build/android/gyp/ant.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698