summaryrefslogtreecommitdiff
path: root/libnativeloader/native_loader_namespace.h
Commit message (Collapse)AuthorAgeFilesLines
* Extend Link() to allow linking to the default namespace.Martin Stjernholm2021-05-051-1/+5
| | | | | | | | | | | | The code path through native bridge and NDK translation should propagate nullptr as well. This to support a later change that changes the way native test libraries are loaded in ART run tests. Test: art/test/testrunner/testrunner.py --target --64 --optimizing Bug: 130340935 Change-Id: I934d11942e41ccc6d140a7044faa160b006166f1
* Rename linker greylist to exempt-listRyan Prichard2020-08-041-1/+1
| | | | | | | | | | | | Update language to comply with Android's inclusive language guidance See https://source.android.com/setup/contribute/respectful-code for reference #inclusivefixit Bug: http://b/162536543 Test: device boots Change-Id: Ia80fb2f3be6abdadbd061570d48a4ef0fefcfebc
* Use ART_TARGET_ANDROID instead of __ANDROID__Nicolas Geoffray2020-04-271-2/+2
| | | | | | | | | | | On golem, we build for ART_TARGET_LINUX, which doesn't have support for linkerconfig. Therefore, guard all linker namespace code on ART_TARGET_ANDROID instead of __ANDROID__ (which is unfortunately not under ART's control). Test: build for golem and run Bug: 154074847 Change-Id: I7a2b81918177704b42d8aafbd6d7e9d06d34e5f4
* Update platform namespace nameKiyoung Kim2020-02-071-1/+1
| | | | | | | | | | | Platform namespace has been renamed as 'system' from linkerconfig generator. To meet this requirement, libnativeloader should search for namespace 'system' rather than namespace 'platform'. Bug: 147987608 Test: m -j passed Test: atest libnativeloader_test passed Change-Id: I23d865ac71a80619f291eb9ae0761a2cad5df352
* Remove temporary CPPLINT.cfg filesOrion Hodson2019-10-161-1/+6
| | | | | | | | | Temporary CPPLINT.cfg files were introduced when move libnativeloader and libnativebridge under art/. Bug: 141749154 Test: mm cpplint-art-all Change-Id: I85e75180138a512aef025f1e5275e20d8d1d14b0
* Move libnative{bridge,loader} to art/Orion Hodson2019-10-111-0/+73
This change moves system/core/libnative{bridge,loader} under art/. Bug: 137364733 Test: m Change-Id: I9be7333d00fcd3f36cd80520e50a30ea840187ad