OSDN Git Service

Fix toybox_vendor dependencies on libselinux_vendor.
authorYifan Hong <elsk@google.com>
Mon, 26 Jun 2017 23:16:43 +0000 (16:16 -0700)
committerYifan Hong <elsk@google.com>
Wed, 5 Jul 2017 20:52:38 +0000 (13:52 -0700)
commit9e5e16264cf411f4efbb509e8df4630f4996a21a
treeee900ff5ccdb369d6458767e31686d25c7c28464
parenta379d5ee15365709e2f68d3a82da4f33d08e9578
Fix toybox_vendor dependencies on libselinux_vendor.

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: 62886649
Change-Id: If01094b71ef7e99b5756b851132de643660a1e2c
Android.mk