summaryrefslogtreecommitdiff
path: root/vndk
AgeCommit message (Collapse)Author
2021-09-12sdm660-common: libhidl: Move to Android.bpSebastiano Barezzi
* Make the lib vendor_available and remove it from vndk-ext Change-Id: I3945a460d563aaf07aaa7b757bb9c0dddc4f91cd
2020-12-20sdm660-common: vndk: Skip elf files check for vndk-ext libsDavide Garberi
Change-Id: I5983e0327a56c93c4cfc542258293249f6a59fa1
2020-04-30sdm660-common: Copy extra system libs to vendordianlujitao
Change-Id: I0a086920c855da3a39e8a1c902a206d60a743495
2020-04-30sdm660-common: Use BOARD_VNDK_VERSION := currentdavidevinavil
Change-Id: Iaf796d8002f958451ecfc7aa842efee1cc2c717a
2019-08-13wayne-common: Add libsutilscallstack to the vndk librariesNivedita Sarkar
- libutilscallstack is being dynamically loaded by a vndk enabled library that is available to vendor but lisutilscallstack is not - To fix this, we need to add libutilscallstack to vndk libraries - Also add any dependent libraries (libdexfile) Change-Id: Iefb26b9d50f2cef3902a035c78fbd58b418db116 CRs-Fixed: 2191124
2019-08-13wayne-common: Add libunwindstack to vndk-sp.Siddeswar Aluganti
Change-Id: I7e30ed1aee1fdd8235820570753f8af02f8a6556
2019-08-13wayne-common: Migrate to versioned VNDK layoutDivya Sharma
Bug: 78605339 Test: boots Change-Id: I43a22047d0bd21c57a2eee866799a96582aa6d70
2019-08-13wayne-common: Disable vndk-sp creation for VNDK enabled targets.Vinay Verma
Change-Id: Idf17c7ddeab922c231fc3e9bb786c45dfa54684b
2019-08-13wayne-common: Add Mapper 2.1 to VNDK SP listNaseer Ahmed
Change-Id: I24cbc517877e4e7f5827556061dcb5874918fc35
2019-08-13Revert "Revert "wayne: Update vndk-sp build mechanism and library set.""Isaac Chen
This reverts commit f40c0a7d0f5621bde8c8e9b111df8b876ec5c9f2. Change-Id: I2149adfb3787458d6091ca96e198b37f0bab6e08
2018-09-05Revert "wayne: Update vndk-sp build mechanism and library set."Isaac Chen
This reverts commit 62ca3a07ab64e48bd89377e000e6c540d962b1a2.
2018-07-13wayne: Update vndk-sp build mechanism and library set.padarshr
This change is to add some more libraries needed to be present in the vndk-sp library set. Also, move towards a better the mechanism to build vndk-sp. Signed-off-by: Isaac Chen <isaacchen@isaacchen.cn>