Confirmed users
523
edits
| Line 569: | Line 569: | ||
That is, in mozilla-central/mobile/android, create org/mozilla, and put the symlink gecko pointing to mozilla-central/mobile/android/base. | That is, in mozilla-central/mobile/android, create org/mozilla, and put the symlink gecko pointing to mozilla-central/mobile/android/base. | ||
You may also want to add more debugging information and can do that like this: | |||
diff --git a/config/android-common.mk b/config/android-common.mk | |||
index 4591239..a47726a 100644 | |||
--- a/config/android-common.mk | |||
+++ b/config/android-common.mk | |||
@@ -70,6 +70,6 @@ JAVAC_FLAGS = \ | |||
-classpath $(JAVA_CLASSPATH) \ | |||
-bootclasspath $(JAVA_BOOTCLASSPATH) \ | |||
-encoding UTF8 \ | |||
- -g:source,lines \ | |||
+ -g:source,lines,vars \ | |||
-Werror \ | |||
$(NULL) | |||
=== Arguments and Environment Variables === | === Arguments and Environment Variables === | ||