summaryrefslogtreecommitdiffstats
path: root/libnativebridge/tests/InvalidCharsNativeBridge_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* NativeBridge: Refactor for new initialization flowAndreas Gampe2014-09-081-1/+1
| | | | | | | | Setup becomes Load, have explicit Initialize and Unload. (cherry picked from commit 035bd7541ed909344348b6a4e17a7ef01a434653) Change-Id: I5a20de1cb68dd1802937b369b14c50c9c1031c67
* NativeBridge: Tighten security on libnativebridgeAndreas Gampe2014-08-211-0/+40
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