Skip to content
This repository has been archived by the owner on Feb 5, 2023. It is now read-only.

fanoyong/android-cuttlefish

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Virtual Device for Android host-side utilities

This repository holds source for Debian packages that prepare a host to boot 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/tools/create_base_image.sh

Check out the AOSP tree to obtain the script.

The Debian packages can be also built with the docker container whose Dockerfile and build scripts are included in this repository.

    ./build.sh --build_debs_only --rebuild_debs_verbose

The command will build the container, if needed, that builds the Debian packages, and builds the Debian packages with the container. The resultant packages will be located under the ./out directory.

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. For more details, read the BUILDING.md file.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 85.9%
  • C 4.8%
  • Python 4.1%
  • Dockerfile 3.3%
  • Ruby 1.3%
  • Makefile 0.6%