X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fbuild%2Fandroid%2Fpylib%2Finstrumentation%2Fsetup.py;h=57286e2f793dd644ecc9c9b57353f1a725fb049d;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=dd066fb5d5a4a88ffbf176abab8b50c9b1e98df0;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/build/android/pylib/instrumentation/setup.py b/src/build/android/pylib/instrumentation/setup.py index dd066fb..57286e2 100644 --- a/src/build/android/pylib/instrumentation/setup.py +++ b/src/build/android/pylib/instrumentation/setup.py @@ -25,7 +25,8 @@ def Setup(test_options): os.makedirs(test_options.coverage_dir) test_pkg = test_package.TestPackage(test_options.test_apk_path, - test_options.test_apk_jar_path) + test_options.test_apk_jar_path, + test_options.test_support_apk_path) tests = test_pkg.GetAllMatchingTests( test_options.annotations, test_options.exclude_annotations,