Mark installable jars with installable: true

am: d7647c1b66

Change-Id: If2f6daf0457bae822d88a762ef79f0162ded6ebe
This commit is contained in:
Colin Cross
2018-07-10 18:10:57 -07:00
committed by android-build-merger
2 changed files with 2 additions and 0 deletions

View File

@@ -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",
],

View File

@@ -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",