# android-cuttlefish **Repository Path**: Fishand/android-cuttlefish ## Basic Information - **Project Name**: android-cuttlefish - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Virtual Device for Android host-side utilities This repository holds source for Debian packages that prepare a host to boot [Cuttlefish](https://source.android.com/setup/create/cuttlefish), an Android device that is designed to run on Google Compute Engine. This package can be built directly with dpkg-buildpackage, but it is designed to be built with: device/google/cuttlefish_common/tools/create_base_image.sh [Check out the AOSP tree](https://source.android.com/setup/build/downloading) to obtain the script. This repository also contains a Dockerfile that can be used to construct an image for a privileged Docker container, which in turn can boot the cuttlefish device. Such a image allows one to develop for Cuttlefish without having to install a number of packages directly on their host machine.