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

Commit f346762e authored by Krzysztof Kosiński's avatar Krzysztof Kosiński
Browse files

Use asm built from source in framework tools.

Bug: 259136464
Test: presubmit
Change-Id: I804c89def0512e948e80672f94ff936d11a1ee27
parent 8ea0d57f
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",
    ],
}