Merge "Calculate widest stub dex jars per module" am: 634966767c
am: f72c380726
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1748467 Change-Id: Ie3fd02dda6a6de949a667c3512b89b3b6063a56b
This commit is contained in:
@@ -219,7 +219,8 @@ func TestBootclasspathFragments_FragmentDependency(t *testing.T) {
|
||||
|
||||
checkAPIScopeStubs := func(message string, info java.HiddenAPIInfo, apiScope *java.HiddenAPIScope, expectedPaths ...string) {
|
||||
t.Helper()
|
||||
android.AssertPathsRelativeToTopEquals(t, fmt.Sprintf("%s %s", message, apiScope), expectedPaths, info.TransitiveStubDexJarsByScope[apiScope])
|
||||
paths := info.TransitiveStubDexJarsByScope.StubDexJarsForScope(apiScope)
|
||||
android.AssertPathsRelativeToTopEquals(t, fmt.Sprintf("%s %s", message, apiScope), expectedPaths, paths)
|
||||
}
|
||||
|
||||
// Check stub dex paths exported by art.
|
||||
|
Reference in New Issue
Block a user