When updating a split app, copy compiled files from base.apk only.
This fixes issues with some splits failing to be recompiled if they haven't changed, but the dex files they depend on have. The real fix will be for frameworks to generate the new expected classpath and check in DexFile.getDexOptNeeded. Then we can undo this change and copy over all the compiled split files again. Bug: 62269291 Test: cts-tradefed run singleCommand cts -d --module CtsAppSecurityHostTestCases -t android.appsecurity.cts.SplitTests (cherry-picked from commit d1235f54) Change-Id: I6e640a966ef3b43054d163326878adebe2329693
Loading
Please register or sign in to comment