Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_frameworks_native
/
5619c84f8f0ec406b1f334d57b51e06caef37f96
/
.
/
cmds
/
rawbu
/
Android.bp
blob: 363ffc1aaf8209f06d9893b5e44dea7d656e669d [
file
] [
log
] [
blame
]
// Copyright 2009 The Android Open Source Project
cc_binary
{
name
:
"rawbu"
,
srcs
:
[
"backup.cpp"
],
cflags
:
[
"-Wall"
,
"-Werror"
,
],
shared_libs
:
[
"libcutils"
],
}