mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
c77f1718b5
The issue is that the preprocessed files need to be referenced as $(CURDIR)/file to have Make handle the dependencies correctly. To allow this, this patch adds ANDROID_MANIFEST_FILE (defaulting to AndroidManifest.xml) and uses it in the appropriate places. |
||
---|---|---|
.. | ||
res/values | ||
Actions.java | ||
AndroidManifest.xml.in | ||
Assert.java | ||
Driver.java | ||
Element.java | ||
FennecInstrumentationTestRunner.java | ||
FennecMochitestAssert.java | ||
FennecNativeActions.java | ||
FennecNativeDriver.java | ||
FennecNativeElement.java | ||
FennecTalosAssert.java | ||
Makefile.in | ||
moz.build | ||
PaintedSurface.java | ||
README | ||
RoboCopException.java | ||
RobocopUtils.java | ||
robotium-solo-4.3.1.jar |
Robocop is a Mozilla project which uses Robotium to test Firefox on Android devices. Robotium is an open source tool licensed under the Apache 2.0 license and the original source can be found here: http://code.google.com/p/robotium/ We are including robotium-solo-4.3.1.jar as a binary and are not modifying it in any way from the original download found at: http://code.google.com/p/robotium/ Firefox for Android developers should read the documentation in mobile/android/base/tests/README.rst.