summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-28 05:17:33 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-28 05:17:33 +0000
commit0437c50d06ab7d4da258c4e76e8f6a5df149ba28 (patch)
tree9a12bd0cecfb8c6fb15657a813f707ff2f181214 /build
parent5be06e403789b537097560fef594000626a61997 (diff)
downloadchromium_src-0437c50d06ab7d4da258c4e76e8f6a5df149ba28.zip
chromium_src-0437c50d06ab7d4da258c4e76e8f6a5df149ba28.tar.gz
chromium_src-0437c50d06ab7d4da258c4e76e8f6a5df149ba28.tar.bz2
Remove ant_build_out.
build/java_apk,gypi defaults to something based on <(PRODUCT_DIR) for asset_location, so apparently it doesn't require an absolute path. Absolute paths are yucky, and the `pwd -P` pattern has led someone else astray, so remove it. BUG=none R=cjhopman@chromium.org TBR=avi Review URL: https://codereview.chromium.org/93023002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@237676 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi4
1 files changed, 0 insertions, 4 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 98a60cf..d2bb8d86 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1387,10 +1387,6 @@
# Location of the "readelf" binary.
'android_readelf%' : '<!(/bin/echo -n <(android_toolchain)/*-readelf)',
- # Provides an absolute path to PRODUCT_DIR (e.g. out/Release). Used
- # to specify the output directory for Ant in the Android build.
- 'ant_build_out': '`cd <(PRODUCT_DIR) && pwd -P`',
-
# Determines whether we should optimize JNI generation at the cost of
# breaking assumptions in the build system that when inputs have changed
# the outputs should always change as well. This is meant purely for