summaryrefslogtreecommitdiff
path: root/java/builder.go
diff options
context:
space:
mode:
author Colin Cross <ccross@android.com> 2024-02-23 10:05:21 -0800
committer Colin Cross <ccross@android.com> 2024-02-28 11:54:48 -0800
commitfd620b2b448bd68c7cb507cfbae0bae268dd0b5e (patch)
treea0c84ae41de4e4ef73e7b024b847f2c5212dec2b /java/builder.go
parentc52d5233273b1fece6d8925da7ac3268286d541f (diff)
Put extraCombinedJars after the compiled jars
extraCombinedJars contains the R.jar generated by ResourceProcessorBusyBox for apps. It needs to go before any static_libs dependencies so that the finalized R values take precedence over any non-final R values that may have been included in the dependencies. Moving after the javac and kotlinc compiled jars helps minimize differences when turning on use_resource_processor by default by using the MANIFEST.MF generated by soong_zip instead of the one generated by ResourceProcessorBusyBox, which contains a different Created-By field. Bug: 294256649 Test: m javac-check Change-Id: I8d060594404121fd36ef650ac317f0c5d5f92b23
Diffstat (limited to 'java/builder.go')
0 files changed, 0 insertions, 0 deletions