15 lines
202 B
Plaintext
15 lines
202 B
Plaintext
// Copyright 2009 The Android Open Source Project
|
|
|
|
cc_binary {
|
|
name: "rawbu",
|
|
|
|
srcs: ["backup.cpp"],
|
|
|
|
cflags: [
|
|
"-Wall",
|
|
"-Werror",
|
|
],
|
|
|
|
shared_libs: ["libcutils"],
|
|
}
|