11 lines
185 B
Plaintext
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,
|
||
|
}
|