OSDN Git Service

Fix toybox_vendor dependencies again.
authorYifan Hong <elsk@google.com>
Thu, 13 Jul 2017 00:56:30 +0000 (00:56 +0000)
committerYifan Hong <elsk@google.com>
Thu, 13 Jul 2017 01:33:23 +0000 (18:33 -0700)
commit2211432f50c71a080c5b6281b5d87466fb83131a
tree9df201b76344e5c0889a8f99cd07ba62c16033a1
parentcf90d7eb8fcd8a0777c601c3656b6b4ed9045fa4
Fix toybox_vendor dependencies again.

toybox_vendor now links to other libraries as shared libraries.
This allows toybox_vendor to use the "vendor" version of these libraries
(in particular, liblog and libselinx_vendor).

Test: mma -j
Test: m -j, flash, boots
Test: `adb shell /vendor/bin/restorecon /dev/null` shows error message
Test: `adb shell /vendor/bin/getprop -Z' shows error message
Test: mma -j BOARD_VNDK_VERSION=current

Bug: 63537547
Bug: 62886649

Change-Id: Ia55cc50bd4dbf14ac3a7fdc27be5974074741a26
Android.mk