commit | a12c0f506cf509e1220f0095010350181c31c367 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Jun 27 11:00:11 2018 -0700 |
committer | Colin Cross <ccross@android.com> | Wed Jun 27 11:49:44 2018 -0700 |
tree | 7598f2489c53f952940acf254840648450a4b6f2 | |
parent | f40f05229c81971720ae16d20a2e629f142f39a7 [diff] |
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: I579da7c1a712ec4fb49e288e7f3ab369cb75baf4