Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index b5149a5105b1c382bfcf92c0e375233039060fa6..234193f2d89cac4ca39332927b242b1b0ef15a89 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -875,6 +875,10 @@ |
'android_ndk_lib': '<(android_ndk_sysroot)/usr/lib', |
'android_app_abi%': '<(android_app_abi)', |
+ # 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`', |
+ |
# Uses Android's crash report system |
'linux_breakpad%': 0, |