diff options
author | Derek Sollenberger <djsollen@google.com> | 2009-11-09 14:45:58 -0500 |
---|---|---|
committer | Derek Sollenberger <djsollen@google.com> | 2009-11-09 14:45:58 -0500 |
commit | 9e28c4ce666f1b8c5e5355d739e37480856ef509 (patch) | |
tree | ba5b9139d7ed17941421255b5577835fb0371da8 /tests/BrowserTestPlugin/jni | |
parent | 0e983864fca215513de9664573dcc3bbadf41e79 (diff) | |
download | frameworks_base-9e28c4ce666f1b8c5e5355d739e37480856ef509.zip frameworks_base-9e28c4ce666f1b8c5e5355d739e37480856ef509.tar.gz frameworks_base-9e28c4ce666f1b8c5e5355d739e37480856ef509.tar.bz2 |
Allow plugins to load java classes from their apk.
Provide the functions to be called from native code that take
the plugin's location and desired class name and then load that
class from the plugin's apk if it is available.
see http://b/2215696
Diffstat (limited to 'tests/BrowserTestPlugin/jni')
-rw-r--r-- | tests/BrowserTestPlugin/jni/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/BrowserTestPlugin/jni/main.cpp b/tests/BrowserTestPlugin/jni/main.cpp index e3ad4a7..2f295f0 100644 --- a/tests/BrowserTestPlugin/jni/main.cpp +++ b/tests/BrowserTestPlugin/jni/main.cpp @@ -65,7 +65,6 @@ ANPCanvasInterfaceV0 gCanvasI; ANPLogInterfaceV0 gLogI; ANPPaintInterfaceV0 gPaintI; ANPPathInterfaceV0 gPathI; -ANPSystemInterfaceV0 gSystemI; ANPTypefaceInterfaceV0 gTypefaceI; ANPWindowInterfaceV0 gWindowI; |