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

Commit f2ddc0ff authored by Tobias Thierer's avatar Tobias Thierer
Browse files

Pin jarjar'ed target telephony-protos to java_version 1.8.

This allows the default target java_version to advance before /
independently of jarjar support for higher (v53) class file
versions.

Bug: 72703434
Test: EXPERIMENTAL_USE_OPENJDK9=true USE_R8=true make checkbuild docs
      (in a client where CL http://r.android.com/596874 was reverted)

Change-Id: I10c56ddc6f84691045d2e6e494a26e7c797ba22a
parent c8dc89d0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -24,4 +24,6 @@ java_library_static {
    srcs: ["src/**/*.proto"],
    no_framework_libs: true,
    jarjar_rules: "jarjar-rules.txt",
    // Pin java_version until jarjar is certified to support later versions. http://b/72703434
    java_version: "1.8",
}
 No newline at end of file