You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's experimental because the implementation can cause memory and caching issues, e.g. if two apps with different min_sdk_version values depends on the same android_library, then that library gets built twice.
I'll leave this issue open for now for folks to report any feedback.
Bazel uses
CompatDexBuilder
while we remove the remaining dex support code:https://github.com/bazelbuild/bazel/blob/d1ff8c2d15454444094f94765d4b57ce0232bb51/tools/android/BUILD.tools#L42
and
CompatDexBuilder
appears to hardcode the min api level:https://r8.googlesource.com/r8/+/41d2ea5adff39b579b297219310199fd566e778b/src/main/java/com/android/tools/r8/compatdexbuilder/CompatDexBuilder.java#169
The text was updated successfully, but these errors were encountered: