1
0
mirror of https://github.com/kylemanna/docker-aosp synced 2025-06-07 16:06:17 +00:00

README: Add nougat as working

* Apparently my last build had left over artifacts from another build.
* Nougat appears to work just fine.
This commit is contained in:
Kyle Manna 2016-10-12 21:45:15 -07:00
parent 92b000310e
commit e6d066ea2e

View File

@ -45,11 +45,12 @@ For the terribly impatient.
initializes the repo, fetches all source code, and builds. initializes the repo, fetches all source code, and builds.
5. In parallel you are expected to be drinking because I save you some time. 5. In parallel you are expected to be drinking because I save you some time.
mkdir nougat ; cd nougat
mkdir kitkat ; cd kitkat
export AOSP_VOL=$PWD export AOSP_VOL=$PWD
curl -O https://raw.githubusercontent.com/kylemanna/docker-aosp/master/tests/build-kitkat.sh curl -O https://raw.githubusercontent.com/kylemanna/docker-aosp/master/tests/build-nougat.sh
bash ./build-kitkat.sh bash ./build-nougat.sh
This takes about 2 hours to download and build on i5-2500k with 100Mb/s network connection.
How it Works How it Works
------------ ------------
@ -70,7 +71,7 @@ Docker container. For example to run `repo sync` in the Docker container:
The `aosp` wrapper doesn't work well with setting up environments, but with The `aosp` wrapper doesn't work well with setting up environments, but with
some bash magic, this can be side stepped with short little scripts. See some bash magic, this can be side stepped with short little scripts. See
`tests/build-kitkat.sh` for an example of a complete fetch and build of AOSP. `tests/build-nougat.sh` for an example of a complete fetch and build of AOSP.
Tested Tested
@ -79,3 +80,4 @@ Tested
* Android Kitkat `android-4.4.4_r2.0.1` * Android Kitkat `android-4.4.4_r2.0.1`
* Android Lollipop `android-5.0.2_r1` * Android Lollipop `android-5.0.2_r1`
* Android Marshmallow `android-6.0.1_r72` * Android Marshmallow `android-6.0.1_r72`
* Android Nougat `android-7.0.0_r14`