Add ld.config.txt for wearables

When BOARD_VNDK_VERSION is set, the required VNDK libs for vendor
modules are installed in vndk directory.
The default namespace configuration cannot reach those directories
and fails to link the required libs.
By installing ld.config.txt, the namespace configurations for each
build target will be selected automatically. This does not affect
the devices that requires default namespace configurations.

Bug: 74242105
Test: lunch sdk_gwear_x86-userdebug; make -j; emulator
Change-Id: Ib1097846fcd9c123184b13b6fbcfcb9a72ca3d97
Merged-In: Ib1097846fcd9c123184b13b6fbcfcb9a72ca3d97
(cherry picked from commit 61c412ed05)
This commit is contained in:
Justin Yun 2018-03-07 13:27:24 +09:00
parent 355d9b8bab
commit c29ba5a800
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ PRODUCT_PACKAGES += \
iptables \
gatekeeperd \
keystore \
ld.config.txt \
ld.mc \
libaaudio \
libOpenMAXAL \