Skip to content

Conversation

@sideb0ard
Copy link
Contributor

@sideb0ard sideb0ard commented Nov 4, 2025

Bug: 454931711

Under m114, we have a load of jar files under out/$TARGET/lib.java which are missing under m138.
CoAT runs fine, so these are all only needed for Kimono.

As listed in b/454931711 these are missing and are used in our build scripts
lib.java/third_party/android_deps/utils/java.jar
lib.java/third_party/androidx/androidx_appcompat_appcompat_resources_java.jar
lib.java/third_party/androidx/androidx_core_core_java.jar

Using 'androidx_appcompat_appcompat_resources_java.jar' as an example, it seems this is now packaged as an AAR file - an android specific archive format. Gemini tells me we just need to include the missing depencies to our build target.

Using the list of needed/missing java files in b/456268748 , I've now added the target for each of these as a dependency.

@sideb0ard sideb0ard requested a review from a team as a code owner November 4, 2025 00:01
@johnxwork
Copy link
Contributor

Do we know why we didn't need these explicit deps in m114?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants