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

Unified Diff: build/android/incremental_install/BUILD.gn

Issue 2790453003: Android: Make incremental install work for two <instrumentation> (Closed)
Patch Set: Created 3 years, 9 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 | build/android/incremental_install/generate_android_manifest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/incremental_install/BUILD.gn
diff --git a/build/android/incremental_install/BUILD.gn b/build/android/incremental_install/BUILD.gn
index 3bb4696ea4b403b5075d45f86642a21486d2ea90..3bab39b255ca36a62e10172c63fef74c58ed9479 100644
--- a/build/android/incremental_install/BUILD.gn
+++ b/build/android/incremental_install/BUILD.gn
@@ -13,6 +13,7 @@ android_library("bootstrap_java") {
"java/org/chromium/incrementalinstall/ClassLoaderPatcher.java",
"java/org/chromium/incrementalinstall/LockFile.java",
"java/org/chromium/incrementalinstall/Reflect.java",
+ "java/org/chromium/incrementalinstall/SecondInstrumentation.java",
]
emma_never_instrument = true
run_findbugs_override = false
« no previous file with comments | « no previous file | build/android/incremental_install/generate_android_manifest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698