OSDN Git Service

linker: use LOCAL_MULTILIB := both style to build linker64
authorColin Cross <ccross@android.com>
Thu, 27 Mar 2014 17:45:57 +0000 (10:45 -0700)
committerColin Cross <ccross@android.com>
Thu, 27 Mar 2014 17:45:57 +0000 (10:45 -0700)
commit406a75d371361388fe179950a3de459ae7e16f33
treecf1dccdf8d680d0203d693340c61cebb7d8973c9
parentbc475bc8d1d202baa48f6c9829fe1cced9122332
linker: use LOCAL_MULTILIB := both style to build linker64

Use LOCAL_MODULE_STEM_32 and LOCAL_MODULE_STEM_64 to build
linker and linker64.  Set LOCAL_MULTILIB := both for consistency
with other rules of this type, although LOCAL_MULTILIB := both is
only consumed by executable.mk which is skipped by
linker_executable.mk.  Duplicate the necessary new parts of
executable.mk.

Change-Id: I888e87cf125cfbcfdee6a55b6377d8bc5ce402ea
linker/Android.mk
linker/linker.mk [deleted file]