Chromium Code Reviews| Index: testing/android/native_test.gyp |
| diff --git a/testing/android/native_test.gyp b/testing/android/native_test.gyp |
| index 1b60cbf9a44c85a7d70cac84fbcd2cf753e00070..4858c259966f82c21bd5efcb1961bb9ff4c9f8f8 100644 |
| --- a/testing/android/native_test.gyp |
| +++ b/testing/android/native_test.gyp |
| @@ -31,7 +31,7 @@ |
| ], |
| 'action': [ |
| 'ant', |
| - '-DPRODUCT_DIR=<(PRODUCT_DIR)', |
| + '-DPRODUCT_DIR=`realpath <(PRODUCT_DIR)`', |
| '-buildfile', |
| '<(DEPTH)/testing/android/native_test_apk.xml', |
| ] |