OSDN Git Service

Properly select the toolchain based on the ABIs we want to build for.
authorDavid Turner <digit@dhcp-172-28-237-78.par.corp.google.com>
Mon, 5 Apr 2010 01:27:35 +0000 (18:27 -0700)
committerDavid 'Digit' Turner <digit@google.com>
Mon, 5 Apr 2010 20:59:20 +0000 (13:59 -0700)
commit85459717ff102979c1b98f65d23a37538d177d22
treedb546e772d0779fa64092317194ad9477ed6b8be
parentec23dc8c1c9510334c7ca33da421adc18e7fa106
Properly select the toolchain based on the ABIs we want to build for.

Before this patch, it was not possible to use the x86-4.2.1 toolchain
without explicitely selecting it with NDK_TOOLCHAIN. Now if all toolchains
are installed, a simple line like the following just works:

  APP_ABI := armeabi armeabi-v7a x86

Change-Id: I58ff6dda09a6d1406a83a45af542bba35a3caa40
build/core/add-application.mk
build/core/add-toolchain.mk
build/core/main.mk
build/core/setup-abi.mk
build/core/setup-app.mk
build/core/setup-toolchain.mk