summaryrefslogtreecommitdiff
path: root/tests/storage/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/storage/Android.bp')
-rw-r--r--tests/storage/Android.bp19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/storage/Android.bp b/tests/storage/Android.bp
new file mode 100644
index 00000000..ba9bf1fe
--- /dev/null
+++ b/tests/storage/Android.bp
@@ -0,0 +1,19 @@
+// Copyright 2013 The Android Open Source Project
+
+cc_binary {
+ name: "opentest",
+ srcs: ["opentest.c"],
+ cflags: [
+ "-Wall",
+ "-Werror",
+ ],
+}
+
+cc_binary {
+ name: "wipe_blkdev",
+ srcs: ["wipe_blkdev.c"],
+ cflags: [
+ "-Wall",
+ "-Werror",
+ ],
+}