platform_build/tools/acp/Android.bp
Dan Willemsen 56eb2f9f54 Switch some build tools to Soong
In preparation for including them in prebuilts/build-tools.

acp: We use a prebuilt in prebuilts/sdk, but it's not part of the sdk.

ijar: We use the host libstdc++ to workaround the lack of libc++ on
some unbundled branches.

ziptime: We disable this on unbundled builds, due to the lack of libc++.

Change-Id: Ib9766b1dbddd151c38ff27c529865200ab37fce1
2016-06-06 14:51:52 -07:00

13 lines
186 B
Text

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