platform_build/core/combo
Colin Cross 067d781530 Remove global linker search paths
Remove the global linker search path, as it can cause spurious build
failures.  If a library with the same name as a system library is in the
process of being written to the directory in the global search path, and
the linker may try to read the partially-written built one instead of the
system one.  We already use full paths to libraries for target builds,
do the same for host builds.  Also remove the normalize library
functions, they are no longer necessary.

Test: m -j checkbuild
Bug: 31393456
Change-Id: If9fc631e111f568c700fd73e103445c30d7e9d11
2016-09-09 11:01:15 -07:00
..
arch Allowing pairing mips64r6 with mips32r1 and r2 2016-08-10 12:13:30 -07:00
fdo.mk Support "LOCAL_FDO_SUPPORT := always". 2015-03-13 11:36:15 -07:00
HOST_CROSS_windows-x86.mk Remove unnecessary variables 2016-05-25 21:23:20 -07:00
HOST_CROSS_windows-x86_64.mk Remove unnecessary variables 2016-05-25 21:23:20 -07:00
HOST_darwin-x86.mk Remove global linker search paths 2016-09-09 11:01:15 -07:00
HOST_darwin-x86_64.mk Remove unnecessary variables 2016-05-25 21:23:20 -07:00
HOST_linux-x86.mk Remove unnecessary variables 2016-05-25 21:23:20 -07:00
HOST_linux-x86_64.mk Remove unnecessary variables 2016-05-25 21:23:20 -07:00
javac.mk Remove support of disabling Jack. 2016-03-30 14:03:12 -07:00
select.mk Remove unnecessary variables 2016-05-25 21:23:20 -07:00
TARGET_linux-arm.mk Remove unnecessary variables 2016-05-25 21:23:20 -07:00
TARGET_linux-arm64.mk Remove unnecessary variables 2016-05-25 21:23:20 -07:00
TARGET_linux-mips.mk Remove unnecessary variables 2016-05-25 21:23:20 -07:00
TARGET_linux-mips64.mk Remove unnecessary variables 2016-05-25 21:23:20 -07:00
TARGET_linux-x86.mk Remove unnecessary variables 2016-05-25 21:23:20 -07:00
TARGET_linux-x86_64.mk Remove unnecessary variables 2016-05-25 21:23:20 -07:00