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

Commit bc0e3945 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Use asm built from source in framework tools."

parents 8dd810b3 f346762e
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -12,10 +12,10 @@ java_binary_host {
    manifest: "manifest.txt",
    srcs: ["src/**/*.java"],
    static_libs: [
        "asm-9.2",
        "asm-commons-9.2",
        "asm-tree-9.2",
        "asm-analysis-9.2",
        "guava",
        "ow2-asm",
        "ow2-asm-analysis",
        "ow2-asm-commons",
        "ow2-asm-tree",
    ],
}
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ java_binary_host {
        "src/**/*.kt",
    ],
    static_libs: [
        "asm-9.2",
        "ow2-asm",
    ],
}

+4 −4
Original line number Diff line number Diff line
@@ -12,10 +12,10 @@ java_binary_host {
    manifest: "manifest.txt",
    srcs: ["src/**/*.java"],
    static_libs: [
        "asm-9.2",
        "asm-commons-9.2",
        "asm-tree-9.2",
        "asm-analysis-9.2",
        "ow2-asm",
        "ow2-asm-commons",
        "ow2-asm-tree",
        "ow2-asm-analysis",
        "guava",
    ],
}