summaryrefslogtreecommitdiffstats
path: root/tests/BrowserTestPlugin/jni
diff options
context:
space:
mode:
authorDerek Sollenberger <djsollen@google.com>2009-11-09 14:45:58 -0500
committerDerek Sollenberger <djsollen@google.com>2009-11-09 14:45:58 -0500
commit9e28c4ce666f1b8c5e5355d739e37480856ef509 (patch)
treeba5b9139d7ed17941421255b5577835fb0371da8 /tests/BrowserTestPlugin/jni
parent0e983864fca215513de9664573dcc3bbadf41e79 (diff)
downloadframeworks_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.cpp1
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;