Bug 1026005 - Bustage follow-up: Include support library v4 in background JUnit 3 tests. r=bustage

CLOSED TREE
This commit is contained in:
Nick Alexander 2014-08-22 11:40:16 -07:00
parent 7bdd608bf0
commit 890a89ae4c

View File

@ -10,6 +10,7 @@ include('background_junit3_sources.mozbuild')
jar = add_java_jar('background-junit3')
jar.sources += background_junit3_sources
jar.extra_jars += [CONFIG['ANDROID_COMPAT_LIB']]
main = add_android_eclipse_project('BackgroundInstrumentationTests', OBJDIR + '/AndroidManifest.xml')
main.package_name = 'org.mozilla.gecko.background.tests'