1// Checkpointing GC script 2package { 3 default_applicable_licenses: ["Android-Apache-2.0"], 4} 5 6sh_binary { 7 name: "checkpoint_gc", 8 src: "checkpoint_gc.sh", 9 vendor: true, 10} 11