OSDN Git Service

add support for LOCAL_MODULE_STEM_32 and LOCAL_MODULE_STEM_64
authorColin Cross <ccross@android.com>
Fri, 21 Mar 2014 19:27:37 +0000 (12:27 -0700)
committerColin Cross <ccross@android.com>
Tue, 25 Mar 2014 20:49:58 +0000 (13:49 -0700)
commit5a9db90e408e8d5c2079c8ec79a3e9896d3c02f4
tree17560654167455725cce1459bdc5d426e980fb0a
parent87974056d901acb61c9c6d67fc99f5fad36a5730
add support for LOCAL_MODULE_STEM_32 and LOCAL_MODULE_STEM_64

Some executables will need to be built for both 32-bit and 64-bit.
For linker/linker64, debuggerd/debuggerd64, and a few more, they
will be installed in the same path (/system/bin), but with different
filenames.  Allow the module to specify LOCAL_MODULE_STEM_32 and
LOCAL_MODULE_STEM_64 to name the two versions.

Change-Id: I573e8678c7332245a064f31246be0a05f0a9e25f
core/base_rules.mk
core/clear_vars.mk
core/configure_module_stem.mk [new file with mode: 0644]
core/dynamic_binary.mk
core/shared_library_internal.mk