android13/system/extras/checkpoint_gc/Android.bp

11 lines
185 B
Plaintext
Raw Normal View History

2024-06-22 08:45:49 -04:00
// Checkpointing GC script
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
sh_binary {
name: "checkpoint_gc",
src: "checkpoint_gc.sh",
vendor: true,
}