Android build for ungoogled-chromium. https://uc.droidware.info
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
478 B
16 lines
478 B
Prevent error from paramter mismatch between different versions of aapt2
|
|
author: Wengling Chen <[email protected]>
|
|
|
|
--- a/src/build/android/gyp/compile_resources.py
|
|
+++ b/src/build/android/gyp/compile_resources.py
|
|
@@ -788,8 +788,8 @@
|
|
|
|
optimize_command += [
|
|
'--enable-resource-obfuscation',
|
|
- '--resources-config-path',
|
|
- gen_config_path,
|
|
+ #'--resources-config-path',
|
|
+ #gen_config_path,
|
|
]
|
|
|
|
if options.short_resource_paths:
|
|
|