Sign in
android
/
platform
/
build
/
refs/heads/pie-qpr1-s1-release
/
.
/
tools
/
acp
/
Android.bp
blob: 64f5a1013ddbc583f23fcebef0f0fcbb22ecb3e6 [
file
] [
log
] [
blame
] [
edit
]
// 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"
,
}