OSDN Git Service

Switch some build tools to Soong
authorDan Willemsen <dwillemsen@google.com>
Mon, 6 Jun 2016 21:41:32 +0000 (14:41 -0700)
committerDan Willemsen <dwillemsen@google.com>
Mon, 6 Jun 2016 21:51:52 +0000 (14:51 -0700)
commit56eb2f9f5455f0d43c710d75f45e47769b12c3a2
treec4fe75052b4efeb41b655747cdb935c38752da89
parent7353eabd14cbfae2c123a58cae4ce1e770ee351d
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
libs/host/Android.bp [new file with mode: 0644]
libs/host/Android.mk [deleted file]
tools/acp/Android.bp [new file with mode: 0644]
tools/acp/Android.mk [deleted file]
tools/ijar/Android.bp [new file with mode: 0644]
tools/ijar/Android.mk [deleted file]
tools/ziptime/Android.bp [new file with mode: 0644]
tools/ziptime/Android.mk [deleted file]