Index: build/android/gyp/process_resources.py |
diff --git a/build/android/gyp/process_resources.py b/build/android/gyp/process_resources.py |
index a382308ba5416c946db95f39cd80b86fbf80277b..9174e095254f35666a279974cc0d627d4de43621 100755 |
--- a/build/android/gyp/process_resources.py |
+++ b/build/android/gyp/process_resources.py |
@@ -476,7 +476,7 @@ def _OnStaleMd5(options): |
# - there was already a dependent android_resources() with the same |
# package (occurs mostly when an apk target and resources target share |
# an AndroidManifest.xml) |
- if cur_package != 'dummy.package' and cur_package not in packages: |
+ if cur_package != 'org.dummy' and cur_package not in packages: |
packages.append(cur_package) |
r_txt_files.append(r_txt_path) |