OSDN Git Service

Make default namespace handle the 'visible' flag.
authorJustin Yun <justinyun@google.com>
Fri, 7 Jul 2017 07:21:53 +0000 (16:21 +0900)
committerJustin Yun <justinyun@google.com>
Wed, 16 Aug 2017 05:38:07 +0000 (14:38 +0900)
commit90de9f081e098ef019457d6529ef6d7fb3c09873
treeb1b8975597ac0de31f59251faefdf5a46ef882ce
parent3ce8834e53304b66e5b0d0d56bc0efea1a172e95
Make default namespace handle the 'visible' flag.

'visible' flag was interpreted only the namespaces other than 'default'.
The flag has to be handled without exception once it is set.

Bug: 63411330
Test: Build and boot without errors.
Test: Add `namespace.default.visible = true` to [vendor] process in
      'ld.config.txt' and reboot the device.

Change-Id: Ia363dfadf0200317b875e26bb4b2fae849af1384
linker/linker.cpp