platform_build/tools/acp/Android.bp

24 lines
532 B
Plaintext

// Copyright 2005 The Android Open Source Project
//
// Custom version of cp.
package {
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "build_make_license"
// to get the below license kinds:
// legacy_restricted
default_applicable_licenses: ["build_make_license"],
}
cc_binary_host {
srcs: ["acp.c"],
cflags: ["-Wall", "-Werror"],
static_libs: ["libhost"],
name: "acp",
stl: "none",
}