Mark installable jars with installable: true

Most jars don't need to be installed on the device.  Instead of
using java_library and java_library_static to distinguish between
them make java_library and java_library_static identical and use
installable: true to identify the few jars that need to be dexed
and installed on the device.

Bug: 110885583
Test: m checkbuild
Change-Id: I985ee592a1012858634cf2eecbeba560a1256cc9
1 file changed
tree: cbc3ef3260d4a281e0dc86a38da88b8b219f1b87
  1. src/
  2. Android.bp
  3. CleanSpec.mk