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

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

Merge "Convert .PHONY target of `checkapi ` to Android.bp" into main

parents eed159fc cb9a5dd7
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -458,3 +458,12 @@ genrule {
        targets: ["droid"],
    },
}

phony_rule {
    name: "checkapi",
    phony_deps: [
        "frameworks-base-api-current-compat",
        "frameworks-base-api-system-current-compat",
        "frameworks-base-api-module-lib-current-compat",
    ],
}

api/Android.mk

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
.PHONY: checkapi
checkapi: frameworks-base-api-current-compat frameworks-base-api-system-current-compat frameworks-base-api-module-lib-current-compat