Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(42)

Unified Diff: build/android/gyp/process_resources.py

Issue 1360313004: Also generate R.java files for app-as-shared-lib (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698