No description
Find a file
Ying Wang 36ef50f2a2 More consistent host library path in multilib build.
In 64-bit multilib host build, changed from
32-bit lib: out/host/<platform>/lib32
64-bit lib: out/host/<platform>/lib
to
32-bit lib: out/host/<platform>/lib
64-bit lib: out/host/<platform>/lib64
.
That way the host library path is consistent with the multilib target
build's. Also with this change prebuilt 32-bit libraries can be reused
in 64-bit host build as 2nd arch binaries. (With previous setup, they
can't be used because they have rpath ../lib in it while the 2nd arch
library path needs ../lib32.

Change-Id: I020199d0c7dd52cdc8dcb7d3a1d22cd6178672e1
2014-06-30 17:06:21 -07:00
core More consistent host library path in multilib build. 2014-06-30 17:06:21 -07:00
libs/host Support host multilib build 2014-05-14 16:55:04 -07:00
target Bump BOARD_SYSTEMIMAGE_PARTITION_SIZE for generic_x86_64 2014-06-20 13:09:25 -07:00
tools Document the worker_threads option. 2014-06-11 23:03:44 +02:00
.gitignore add a .gitignore file to make git ignore *.pyc files 2010-01-22 10:23:45 -08:00
buildspec.mk.default Remove WEBCORE_INSTRUMENTATION and ENABLE_SVG 2013-07-25 15:52:17 -07:00
CleanSpec.mk Make default 64-bit primary, 32-bit secondary 2014-06-16 23:59:43 -07:00
envsetup.sh Remove nonexistent $ANDROID_QTOOLS from $PATH. 2014-06-30 10:25:33 -07:00