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

Commit b1ee27bc authored by Paul Duffin's avatar Paul Duffin
Browse files

Replace no_framework_libs: true with sdk_version: "core_platform"

Bug: 134566750
Test: m
Change-Id: I30af321e35daf5d3a2ee47a3adfea880c676ec3c
parent 8c5e2a4d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ java_library_static {
        ],
    },
    srcs: ["src/**/*.proto"],
    no_framework_libs: true,
    sdk_version: "core_platform",
    jarjar_rules: "jarjar-rules.txt",
    // Pin java_version until jarjar is certified to support later versions. http://b/72703434
    java_version: "1.8",