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

Commit 81a0d7c2 authored by Anton Hansson's avatar Anton Hansson Committed by Automerger Merge Worker
Browse files

Merge "Make current-api-xml use generated current.txt" am: 3ab2ebfe am: 18503252

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1488696

Change-Id: Ia7302a3940681a3ea128475651e536516121df31
parents d5cad5b3 18503252
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ package {
genrule {
    name: "current-api-xml",
    tools: ["metalava"],
    srcs: ["current.txt"],
    srcs: [":frameworks-base-api-current.txt"],
    out: ["current.api"],
    cmd: "$(location metalava) --no-banner -convert2xmlnostrip $(in) $(out)",
    visibility: ["//visibility:public"],