Index: build/android/gyp/write_build_config.py |
diff --git a/build/android/gyp/write_build_config.py b/build/android/gyp/write_build_config.py |
index 794e6a321018d0bbc82977fe7b73439222f3cef0..01f9fb347bb3256767a7ccbc80bfafce71c53c3d 100755 |
--- a/build/android/gyp/write_build_config.py |
+++ b/build/android/gyp/write_build_config.py |
@@ -20,7 +20,7 @@ Android build scripts should not refer to the build_config directly, and the |
build specification should instead pass information in using the special |
file-arg syntax (see build_utils.py:ExpandFileArgs). That syntax allows passing |
of values in a json dict in a file and looks like this: |
- --python-arg=@(build_config_path:javac:classpath) |
+ --python-arg=@FileArg(build_config_path:javac:classpath) |
Note: If paths to input files are passed in this way, it is important that: |
1. inputs/deps of the action ensure that the files are available the first |