summaryrefslogtreecommitdiff
path: root/tests/storage/Android.bp
blob: ba9bf1fe993111e8be9b07858a35aca852eb9996 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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",
    ],
}