| Index: build/android/gyp/process_resources.py
|
| diff --git a/build/android/gyp/process_resources.py b/build/android/gyp/process_resources.py
|
| index c83c12935e2b4d689f4dedf7101913567cd3fb46..441a798754179266b450a717059bc00deeea5e58 100755
|
| --- a/build/android/gyp/process_resources.py
|
| +++ b/build/android/gyp/process_resources.py
|
| @@ -407,7 +407,7 @@ def _OnStaleMd5(options):
|
| gen_dir,
|
| options.extra_res_packages,
|
| options.extra_r_text_files,
|
| - options.shared_resources,
|
| + options.shared_resources or options.app_as_shared_lib,
|
| options.include_all_resources)
|
|
|
| # This is the list of directories with resources to put in the final .zip
|
|
|