Add Android.bp support for loading prebuilt jars in bp modules

The `mk2bp` conversion tools encounters limitations when handling
`LOCAL_CLASSPATH` due the the absence of a module concept within
Makefiles. This commit addresses this issue by introducing a modular
approach for managing prerequisite jar files.

By creating a dedicated Android.bp file, we effectively transform the
jar file into a modular component which can be seamlessly used for
modules which support `static_libs` attribute.

Bug: 314258986
Test: atest-src GtsHomeHostTestCases
Change-Id: I69008a751f989533663450db25919baa43077cb6
1 file changed
tree: 0db892e414f33143e1f7cea2399acc3f064bc41b
  1. adt/
  2. notices/
  3. repository/
  4. tools/
  5. OWNERS
  6. update_jars.sh