Update CompatDexBuilder to compile using the DexFilePerClassFileConsumer.
The builder is already compiling a single classfile to a single dex file (in DexIndexed mode). The use of the DexFilePerClassFileConsumer mode will not change that, but it informs D8 that the compilation is an "intermediate" compilation and more closely matches the usage. PiperOrigin-RevId: 595956205 Change-Id: I063e8e2e71fe1057c7d651f88e77ecd95a89c1d6
Please register or sign in to comment