Index: build/java_apk.gypi |
diff --git a/build/java_apk.gypi b/build/java_apk.gypi |
index ab415a9ad624b443dbaf14ea99649a9a4055e882..c4544333b6e9df63b13db11c61f9c11d46207d2c 100644 |
--- a/build/java_apk.gypi |
+++ b/build/java_apk.gypi |
@@ -139,7 +139,6 @@ |
'symlink_script_device_path': '<(device_intermediate_dir)/create_symlinks.sh', |
'create_standalone_apk%': 1, |
'res_v14_skip%': 0, |
- 'res_v14_verify_only%': 0, |
'variables': { |
'variables': { |
'native_lib_target%': '', |
@@ -608,9 +607,6 @@ |
['res_v14_skip == 1', { |
'process_resources_options+': ['--v14-skip'] |
}], |
- ['res_v14_verify_only == 1', { |
- 'process_resources_options+': ['--v14-verify-only'] |
- }], |
['shared_resources == 1', { |
'process_resources_options+': ['--shared-resources'] |
}], |