1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

workarounding service-related changes

This commit is contained in:
Andrey Pavlenko
2012-06-22 15:18:06 +00:00
parent 87d1731714
commit cf88b9d00c
@@ -23,7 +23,9 @@ import android.util.Log;
public class OpenCVTestRunner extends InstrumentationTestRunner {
public static String LENA_PATH;
static { System.loadLibrary("opencv_java"); }
public static String LENA_PATH;
public static String CHESS_PATH;
public static String LBPCASCADE_FRONTALFACE_PATH;
public static Context context;