Make instrumentation tests a single apk |
||||
Issue descriptionSome related issues: * issue 841628 : Combine chrome_public_test_apk with chrome_public_for_test_apk * issue 833545 : Get rid of chrome_sync_shell * issue 688465: Stop -keeping all Java native methods (weird proguard apk/apk_under_test interaction) Idea here is that we'll still have the apk_under_test variable exposed to the instrumentation_test_apk template but then we'll use parts of the apk_under_test to build the final apk. The test_runner should be a little simpler after this. Any reason to not do this?
,
Sep 28
Also - this will speed up builds by not having the wait for the under_test proguard to finish before starting the test apk's proguard run. More context here: https://bugs.chromium.org/p/chromium/issues/detail?id=848494#c9
,
Sep 28
I see no reason not to do this; the only reason I haven't done so already is time :(
,
Oct 1
Will take a look this week
,
Oct 24
,
Jan 14
|
||||
►
Sign in to add a comment |
||||
Comment 1 by estevenson@chromium.org
, Sep 28