DescriptionMake test apks exclude dex files in tested apk
This adds the apk_under_test variable to the android_apk template. When this is
set, we will build the apk as though it is an instrumentation test for the apk
set in apk_under_test. When building an instrumentation test apk, the dex file
should not contain libraries that are already included in the apk_under_test
(the dex files from both apks are loaded into the classloader when running
tests).
The dex files to be included are calculating in write_build_config.py.
BUG=359249
Committed: https://crrev.com/7b9ba2e6b4f149845360a6e0f3fa4b0ac459e6be
Cr-Commit-Position: refs/heads/master@{#326398}
Patch Set 1 #Patch Set 2 : rebase #
Messages
Total messages: 16 (6 generated)
|