Emulator release for Nougat MR2 (mips-ng-7.1.2_r17.m1 tag): ============================================================================ Getting the sources from Github ============================================================================ repo init -u git://github.com/MIPS/manifests.git -b dev-mips-nougat-mr2 -m mips-ng-7.1.2_r17.m1.xml repo sync ============================================================================ Build the mips32r5 system image ============================================================================ export TARGET_ARCH_VARIANT=mips32r5 source build/envsetup.sh && lunch aosp_mips-eng make -j emulator -show-kernel -gpu on ============================================================================ Build the mips32r6 system image ============================================================================ export TARGET_ARCH_VARIANT=mips32r6 source build/envsetup.sh && lunch aosp_mips-eng make -j emulator -show-kernel -gpu on ============================================================================ Build the mips64r6 system image ============================================================================ export TARGET_ARCH_VARIANT=mips64r6 source build/envsetup.sh && lunch aosp_mips64-eng make -j emulator -show-kernel -gpu on ============================================================================ Build the mips32[r2][dsp|dspr2]-fp system image ============================================================================ # mips32r1 support export TARGET_ARCH_VARIANT=mips32-fp OR # mips32r2 support export TARGET_ARCH_VARIANT=mips32r2-fp OR # mips32r2 + dspr1 support export TARGET_ARCH_VARIANT=mips32r2dsp-fp OR # mips32r2 + dspr2 support export TARGET_ARCH_VARIANT=mips32r2dspr2-fp source build/envsetup.sh && lunch aosp_mips-eng make -j emulator -show-kernel -gpu on ============================================================================ Known issues 1. LibCoreTestCases failures related to OpenJDK SocketOptionRegistry implementation https://code.google.com/p/android/issues/detail?id=229912