OSDN Git Service

Mark installable jars with installable: true
authorColin Cross <ccross@android.com>
Tue, 10 Jul 2018 21:24:31 +0000 (14:24 -0700)
committerColin Cross <ccross@android.com>
Tue, 10 Jul 2018 21:30:07 +0000 (14:30 -0700)
commitd7647c1b6685dbf03ff096fd73424163f2468e4e
treee00f4e422abf544ff38320084bedc8d378130c21
parent4500790a81b5179bacecaff799b89b0d0c06f993
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: I19c0e723285c7088700f50567b9c2140289f9edf
Android.bp
vr/Android.bp