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

Commit fef043d4 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Use asm built from source in framework tools." am: bc0e3945

parents d14460ea bc0e3945
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",
    ],
}