blob: 64f5a1013ddbc583f23fcebef0f0fcbb22ecb3e6 [file] [log] [blame]
Dan Willemsen56eb2f9f2016-06-06 14:41:32 -07001// Copyright 2005 The Android Open Source Project
2//
3// Custom version of cp.
4
5cc_binary_host {
6
7 srcs: ["acp.c"],
Chih-Hung Hsieh2a5bc9d2017-10-03 13:45:03 -07008 cflags: ["-Wall", "-Werror"],
Dan Willemsen56eb2f9f2016-06-06 14:41:32 -07009
10 static_libs: ["libhost"],
11 name: "acp",
12 stl: "none",
13
14}