summaryrefslogtreecommitdiffstats
path: root/libsysutils/Android.bp
Commit message (Collapse)AuthorAgeFilesLines
* Stop depending on libnl.Lorenzo Colitti2017-10-051-1/+0
| | | | | | | | | | We only use it for trivial functions. Replace them and drop the dependency. Bug: 67345547 Test: bullhead builds, boots Test: CtsOsTestCases android.os.cts.StrictModeTest passes Change-Id: I36254962284babdd1a55a32a76dd0dc92d85420c
* Mark the modules as VNDK in Android.bpJustin Yun2017-09-141-0/+3
| | | | | | | | | | | | | | | | | | | As a VNDK module, Android.bp must have 'vndk' tag as well as 'vendor_available: true'. The 'vndk' tag for VNDK module is formated as below: vndk: { enabled: true, }, VNDK modules will be installed both in system/lib(64) as normal and in system/lib(64)/vndk as a vendor variant. Bug: 63866913 Test: build and boot with BOARD_VNDK_VERSION=current Merged-In: Icecb22ed2ed0f58c3168605d4cf64815e2dda750 Change-Id: Icecb22ed2ed0f58c3168605d4cf64815e2dda750 (cherry picked from commit 9b0ed7294273d5f10020388e5a5b7e545a2fd1de)
* Mark libsysutils vendor_available.Jayant Chowdhary2017-05-241-0/+2
| | | | | | | | | | | | | libsysutils belongs to vndk-cap. Mark it vendor_available to enable vndk abi stability checks on it. Details: https://android-review.googlesource.com/368372 Test: mm -j64 Bug: 38244611 Change-Id: I3ef1d09c7e836549eb13ce68ac7cdcd5923bde0f
* libsysutils: Android.mk -> Android.bpSteven Moreland2017-04-241-0/+25
Test: links Change-Id: If1d034ecb880e8c41d58b14ebebcda5b72e88424