Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_build
/
85fbcf4a680d04db703f417f5fc0b3eb06f5c2b7
/
.
/
tools
/
acp
/
Android.bp
blob: 64f5a1013ddbc583f23fcebef0f0fcbb22ecb3e6 [
file
] [
log
] [
blame
]
// Copyright 2005 The Android Open Source Project
//
// Custom version of cp.
cc_binary_host
{
srcs
:
[
"acp.c"
],
cflags
:
[
"-Wall"
,
"-Werror"
],
static_libs
:
[
"libhost"
],
name
:
"acp"
,
stl
:
"none"
,
}