OSDN Git Service

Support to build executables for TARGET_2ND_ARCH
authorYing Wang <wangying@google.com>
Sat, 18 Jan 2014 00:17:28 +0000 (16:17 -0800)
committerYing Wang <wangying@google.com>
Tue, 21 Jan 2014 19:26:39 +0000 (11:26 -0800)
commit72b01d6121d7a80315df996690d4efde5219b899
treed803f4d306ce439142db1ecb0b66f1b89dce2f2a
parent084017e22c3b92e8f6c245567f00a9f191cf235d
Support to build executables for TARGET_2ND_ARCH

By default, an executable is built for TARGET_ARCH.
To build it for TARGET_2ND_ARCH in a 64bit product, use:
LOCAL_32BIT_ONLY := true
To skip a module for TARGET_2ND_ARCH, use:
LOCAL_NO_2ND_ARCH := true

Bug: 11654773
Change-Id: Ieb293d25b21024bfe1b554044df338e064ac7b46
core/clear_vars.mk
core/definitions.mk
core/envsetup.mk
core/executable.mk
core/executable_internal.mk [new file with mode: 0644]
core/raw_static_library.mk
core/shared_library.mk
core/static_library.mk