summaryrefslogtreecommitdiff
path: root/checkpoint_gc/Android.bp
blob: fac9c6a8f7cd33e4ea65dcdb1fa82dd74f6906a9 (plain)
1
2
3
4
5
6
// Checkpointing GC script
sh_binary {
    name: "checkpoint_gc",
    src: "checkpoint_gc.sh",
    vendor: true,
}