github.com/westcoastroms/westcoastroms-build@v0.0.0-20190928114312-2350e5a73030/build/make/tools/acp/Android.bp (about) 1 // Copyright 2005 The Android Open Source Project 2 // 3 // Custom version of cp. 4 5 cc_binary_host { 6 7 srcs: ["acp.c"], 8 cflags: ["-Wall", "-Werror"], 9 10 static_libs: ["libhost"], 11 name: "acp", 12 stl: "none", 13 14 }