# prebuilts_android-emulator **Repository Path**: androidsourcecode/prebuilts_android-emulator ## Basic Information - **Project Name**: prebuilts_android-emulator - **Description**: android prebuilts android-emulator - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-03-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This directory contains prebuilt emulator binaries that were generated by running the following command on a 64-bit Linux machine: external/qemu/android/scripts/package-release.sh \ --darwin-ssh= \ --copy-prebuilts= Where is the host name of a Darwin machine, and is the root path of this AOSP repo workspace. Below is the list of specific commits for each input directory used: external/qemu 872a017 Support 'mesa' GPU emulation mode automatically. external/qemu-android bfcdfdb hw/i386: Enable goldfish framebuffer external/gtest 56cad54 Use an older standard for the NDK gtest libs. Summary of changes: $ cd external/qemu && git log --oneline --no-merges a7da5ea..872a017 . 872a017 Support 'mesa' GPU emulation mode automatically. e6b21c8 android::base::System: Add envGet() and envSet() methods. b012549 Fix pulseaudio backend. b0b87fb android/opengl/emugl_config.cpp: Fix environment variables. 8709697 docs/DEVELOPMENT.TXT: Update developer documentation. 20570e3 download-sources.sh: Fix Darwin run. eecaf43 build-mesa.sh: Download source tarballs on demand. dd877c6 package_builder.shi: Add linux-x86 and windows-x86 to default hosts. ee5f193 Improve GPU emulation messages. cf0c852 build-qemu-android.sh: Add mips64 to the list of default targets. 085da9e android-rebuild.sh: Copy Mesa GPU libraries to objs//gles_mesa. 03705bd Implement new '-gpu ' option. 6937075 Add hw.gpu.mode hardware property. bb12708 android/opengl/emugl_config.h: New header. 3bf0685 android::opengl::EmuglBackendList: new helper class. 4cf0396 android/opengl/EmuglBackendScanner.h: new helper class. f387532 android/base/system/System.h: new helper header. f8874db TestTempDir: Win32 fixes 85eca1b android/scripts/build-*.sh: Only build if necessary + better remote darwin builds. 8a42742 android-rebuild.sh: Add --build-qemu-android option. accefbd package_builder.shi: Introduce remote darwin build helpers. 97fbb06 gen-android-sdk-toolchain.sh: Use prebuilt Clang 3.5 on Darwin. bf19d90 package-release.sh: Add qemu-android sources and binaries. b30119c Move 64-bit libraries to $EXEC_DIR/lib64 9676216 android/utils/dirscanner.c: Fix Win32 DirScanner implementation. 6b63253 android/base/misc/StringUtils.h: new helper routines. a12daa9 android/base/memory/QSort.h: new helper template. 6e2524f common.shi: Fix spaces_to_commas implementation. 7360c68 android-rebuild.sh: Fix --verbosity= support. a5482bc distrib/build-kernel.sh: Remove obsolete script. 2cfd551 Destroy window surfaces when render thread exits $ cd external/qemu-android && git log --oneline --no-merges ..bfcdfdb . # No changes to external/gtest