android13/system/extras/checkpoint_gc/Android.bp

11 lines
185 B
Plaintext

// Checkpointing GC script
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
sh_binary {
name: "checkpoint_gc",
src: "checkpoint_gc.sh",
vendor: true,
}