Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d7647c1b authored by Colin Cross's avatar Colin Cross
Browse files

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
parent 4500790a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -705,6 +705,7 @@ java_library {
// specified on the build command line.
java_library {
    name: "framework-oahl-backward-compatibility",
    installable: true,
    srcs: [
        "core/java/android/content/pm/OrgApacheHttpLegacyUpdater.java",
    ],
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@ cc_library_shared {
// Java platform library for vr stuff.
java_library {
    name: "com.google.vr.platform",
    installable: true,
    owner: "google",
    required: [
        "libdvr_loader",