summaryrefslogtreecommitdiff
path: root/checkpoint_gc/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'checkpoint_gc/Android.bp')
-rw-r--r--checkpoint_gc/Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/checkpoint_gc/Android.bp b/checkpoint_gc/Android.bp
new file mode 100644
index 00000000..fac9c6a8
--- /dev/null
+++ b/checkpoint_gc/Android.bp
@@ -0,0 +1,6 @@
+// Checkpointing GC script
+sh_binary {
+ name: "checkpoint_gc",
+ src: "checkpoint_gc.sh",
+ vendor: true,
+}