Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
build
/
6b6283a0421b600b31e63e3f600cceec06b3cc1d
/
.
/
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"
,
}