DescriptionAdd incremental_apk_by_default GN arg.
Setting this arg allows _incremental targets and scripts to be used
without explicitly building them. With this arg set to true,
non-incremental targets will build their incremental counterparts if
they exist (i.e. the chrome_public_apk target will actually build
chrome_public_apk_incremental).
This works for .apks, test runner scripts, and install scripts for
instrumentation_test_apks, android_apks, and unittest_apks
BUG=634430
Committed: https://crrev.com/ce844392ab42112ce1fb92240de7ae102ed4c868
Cr-Commit-Position: refs/heads/master@{#438901}
Patch Set 1 #Patch Set 2 : Add incremental_apk_by_default gn arg. #Patch Set 3 : Don't build incremental test support apks #Patch Set 4 : Fix comment #Patch Set 5 : Remove _incremental from install_ & run_ scripts #
Total comments: 2
Patch Set 6 : Rebase + add additional_apk comment #
Total comments: 4
Patch Set 7 : Add check for additional_apks apk targets missing never_incremental #
Total comments: 4
Patch Set 8 : Remove error formatting #Messages
Total messages: 34 (13 generated)
|