Open nkoroste opened 3 months ago
This is from the glob here: https://github.com/bazelbuild/rules_android/blob/58e93e5d0958d7fe06efaf8565e0d8f153a92fd7/rules/android_sdk_repository/helper.bzl#L282
This is all very imprecise: https://github.com/bazelbuild/rules_android/blob/main/rules/android_sdk_repository/helper.bzl#L279-L315 I don't think any of those tools (aapt2 etc) need anything in lib because lib just had d8.jar and apksigner.jar
This is not super common but we've noticed that if someone has extra files in their
androidsdk/build-tools/34.0.0/lib/*
they will be used an input files to an action which will cause a cache miss and therefore a local rebuild.Example of unwanted input because a rogue
dx.jar
file was present :and