Files
Android11/system/extras/tests/storage/Android.bp
2023-10-13 14:01:41 +00:00

20 lines
296 B
Plaintext

// 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",
],
}