android_bionic/linker/tests
Jiyong Park 8b02951135 Allow property += value in ld.config.txt
ld.config.txt currently does not support split line. As the file gets
larger, this limitation makes the file very unreadable. Now, long lines
can be avoided by breaking one line into multiple lines using +=
operator.

ex)

namespace.default.search.paths = /system/${LIB}
namespace.default.search.paths += /system/${LIB}

Delimitor (':' for *.paths and *.shared_libs, and ',' for *.links) is
automatically added.

Bug: 69888716
Test: linker-unit-tests passes

Change-Id: I4b94fd4e7f8a76d59db8d1096c86aa2118e46625
2017-12-01 10:58:10 +09:00
..
Android.mk Move libc_log code into libasync_safe. 2017-05-03 08:50:43 -07:00
linked_list_test.cpp Unify linker files under one license (BSD) 2017-02-15 15:35:33 -08:00
linker_block_allocator_test.cpp Unify linker files under one license (BSD) 2017-02-15 15:35:33 -08:00
linker_config_test.cpp Allow property += value in ld.config.txt 2017-12-01 10:58:10 +09:00
linker_globals.cpp Unify linker files under one license (BSD) 2017-02-15 15:35:33 -08:00
linker_memory_allocator_test.cpp Unify linker files under one license (BSD) 2017-02-15 15:35:33 -08:00
linker_sleb128_test.cpp Unify linker files under one license (BSD) 2017-02-15 15:35:33 -08:00
linker_utils_test.cpp Extract format_string function. 2017-03-13 16:25:51 -07:00