summaryrefslogtreecommitdiff
path: root/qemu_mips64.mk
AgeCommit message (Collapse)Author
2018-04-20Remove obsolete (and broken) targets.android-wear-p-preview-2android-p-preview-5android-p-preview-4android-p-preview-3android-p-preview-2android-o-mr1-iot-release-1.0.2android-o-mr1-iot-release-1.0.1android-o-mr1-iot-release-1.0.0android-n-iot-release-smart-display-r2android-n-iot-release-smart-displayandroid-n-iot-release-polk-at1android-n-iot-release-lg-thinq-wk7Elliott Hughes
Bug: N/A Test: N/A Change-Id: Ibf38b90f9facda8c134b073bb2b15a9cbe191e3f
2017-12-24qemu: get it boot to consoleandroid-wear-8.0.0_r1android-p-preview-1android-o-mr1-iot-preview-8android-o-mr1-iot-preview-7o-mr1-iot-preview-8o-mr1-iot-preview-7bohu
no framework runs, just the native stuff and adb shell Change-Id: I2b59206b4f7bed9473dc733d55342eb29a54f384
2014-05-27Add qemu_xxx build products.David 'Digit' Turner
This patch adds 6 new build products that can be used to generate a minimal system image, to be run under upstream QEMU (with a few Android-related support patches). Note that this is not the same as running under the Android emulator. The goal is to use these system images to test upstream QEMU changes. At a minimum, a modified QEMU should allow booting the system images, provide a root shell, and let the guest system visible / actionable through ADB. The new products are: qemu_arm qemu_x86 qemu_mips qemu_x86_64 qemu_arm64 qemu_mips64 [NOTE: Does not build at the moment]. To build one, do something like: . build/envsetup.sh lunch qemu_arm-userdebug make -j8 For now, assume the default goldfish kernel images are used to boot. Change-Id: I2c8caa27e6e40a2f86d0a05e039c89d30b8611b7