46
edits
(Created page with "Fennec on Android currently has two parallel build systems: front end code can be built using |mach| or using gradle. '''If you only want to build Fennec:''' you should read...") |
(Added link to App Structure page) |
||
Line 2: | Line 2: | ||
'''If you only want to build Fennec:''' you should read https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Build_Instructions/Simple_Firefox_for_Android_build . This wiki page is intended to describe the build systems in more detail. | '''If you only want to build Fennec:''' you should read https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Build_Instructions/Simple_Firefox_for_Android_build . This wiki page is intended to describe the build systems in more detail. | ||
Our builds are complicated because we combine Java, C++ and Javascript all into one app (the latter two are because we share the Gecko rendering engine with the desktop version of Firefox). A brief overview of what various parts of the codebase are responsible for can be found in [[Mobile/Fennec/Android/App_Structure|App Structure]]. | |||
== Overview == | == Overview == |
edits