summaryrefslogtreecommitdiffstats
path: root/libnativebridge/tests
Commit message (Collapse)AuthorAgeFilesLines
* DO NOT MERGE Libnativebridge: Temporarily change back to late dlopenAndreas Gampe2014-09-101-1/+4
| | | | Bug: 17440362 Change-Id: Ifceeecd39d4ffd948f62212ebb5280ebec9bf6ff
* NativeBridge: Refactor for new initialization flowAndreas Gampe2014-09-084-12/+13
| | | | | | | | Setup becomes Load, have explicit Initialize and Unload. (cherry picked from commit 035bd7541ed909344348b6a4e17a7ef01a434653) Change-Id: I5a20de1cb68dd1802937b369b14c50c9c1031c67
* NativeBridge: Tighten security on libnativebridgeAndreas Gampe2014-08-216-0/+200
Do not allow arbitrary paths for the native bridge - only allow simple names. Do not allow re-setup of the native bridge. Bug: 16404669 Change-Id: Ie22de356d2307fe2758f9094a85d44e61a4098a1