Build scripts and test apps for mono
Перейти к файлу
Rodrigo Kumpera dcd3ed4930 switch mono to 2017-04. 2017-04-06 15:53:36 -07:00
android Add makefile to build & submit to xtc. 2017-04-06 15:34:18 -07:00
external switch mono to 2017-04. 2017-04-06 15:53:36 -07:00
sdks [sdks] use $(NDK_DIR) from paths.mk 2017-03-30 17:37:11 -04:00
.gitmodules Initial set of scripts to build Android runtimes. 2017-03-28 13:58:37 -04:00
Makefile fix default make target 2017-03-30 17:39:49 -04:00
README.md Update readme with xtc specifics. 2017-04-06 15:53:13 -07:00
paths.mk Initial set of scripts to build Android runtimes. 2017-03-28 13:58:37 -04:00

README.md

Build scripts and sample apps for mono targeting its supported platforms.

Build instructions

...

Android NDK

Open Tasks

SDKs

  • Build nunit-lite as part of the bcl build and ship it there
  • Build all test suites as part of the sdk itself
  • Move the ARM_CFLAGS & friends to the android makefile generator

Android

  • Add android SDK probing ~/Library/Developer/Xamarin/android-sdk-macosx. Figure out if we should switch to Android Studio for SDK related stuff (Google got rid of the old SDK scheme).
  • Add remaining Android targets
  • Make the bcl build use the same setup as the android targets
  • Add cross-compiler targets for Android

XTC specifics

Most Android devices are crap for testing, so we hand pick those that produce reliable and useful results.

Here's the device set to pick in general:

arm32: HTC One aarch64: Google Pixel x86_32: Acer Iconia A1-830

iOS

Everything

General

Write the iOS driver.