Handle shared libraries for split apks.
As we dexopt all the code paths of a package, we now append the code paths to the list of shared libraries. These paths are passed as relative paths since the apks are staged during installation, and are not where they will be at runtime. Part of a multi-project change. Bug: 34169257 Test: cts-tradefed run singleCommand cts -d --module CtsAppSecurityHostTestCases -t android.appsecurity.cts.SplitTests Merged-In: I73823ca575560cbd445d78a6cfbfc72031943265 (cherry-picked from commit 16d4843433e024100b4ecd183f827ad5bd8772a6) Change-Id: I943bf8234899e1b25d4eb5e98af15d9150a7a842
Loading
Please register or sign in to comment