diff options
author | Jose Fonseca <jfonseca@vmware.com> | 2017-04-11 14:04:28 +0100 |
---|---|---|
committer | Jose Fonseca <jfonseca@vmware.com> | 2017-04-11 14:04:28 +0100 |
commit | 173fda8dc02047e9cfe6d2c9800925504ae5ca30 (patch) | |
tree | 455aceb464460fe977f20b1b583655b0496e63a6 /docs | |
parent | f99bf0db20e0bffa6a69ee0f47f131fbddbcadaf (diff) |
Remove B2G / Firefox OS build support.
Vanilla Android support is in limbo (per https://goo.gl/yQEXFd) let
alone B2G which seems to be abandoned by upstream.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/INSTALL.markdown | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/INSTALL.markdown b/docs/INSTALL.markdown index de9b35b2..a2b09b5e 100644 --- a/docs/INSTALL.markdown +++ b/docs/INSTALL.markdown @@ -119,15 +119,6 @@ CMake as: ** You'll need Android SDK only to build the retrace APK. ** -# FirefoxOS # - -Put Apitrace source tree into `B2GROOT/external/apitrace/` and the `Android.mk` -file (`B2GROOT/external/apitrace/Android.mk`) will do the needful to compile -and install apitrace appropriately into the system image as part of FirefoxOS -build process. It expects a linaro-type of Android NDK to be present in -`../../prebuilt/ndk/android-ndk-r7` (ie `B2GROOT/prebuilt/ndk/android-ndk-r7`). - - # Windows # ## Microsoft Visual Studio ## |