android_build/tools/acp/Android.bp
Chih-Hung Hsieh 2a5bc9dfbf Use -Werror in build/make
* Remove unused local variables.

Bug: 66996870
Test: build with WITH_TIDY=1
Change-Id: Iced5bb903902f49d7cd5cf5f572906a512c75e18
2017-10-03 13:53:13 -07:00

15 lines
220 B
Plaintext

// 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",
}