android_build/tools/acp/Android.bp

14 lines
186 B
Plaintext

// Copyright 2005 The Android Open Source Project
//
// Custom version of cp.
cc_binary_host {
srcs: ["acp.c"],
static_libs: ["libhost"],
name: "acp",
stl: "none",
}