summaryrefslogtreecommitdiff
path: root/libc/kernel/tools/cpp.py
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2017-11-29 18:30:53 +0900
committerJiyong Park <jiyong@google.com>2017-12-01 10:58:10 +0900
commit8b0295113589434f183a8a7e69714ea47e188f45 (patch)
treef88cdf31ae0f4db73f8726981b5d16b650ab1cbe /libc/kernel/tools/cpp.py
parentc6097b0f9f7545c1d8e51cea0fa763c7f050da50 (diff)
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
Diffstat (limited to 'libc/kernel/tools/cpp.py')
0 files changed, 0 insertions, 0 deletions