diff options
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | sdk-12.0.0_r19/README.md | 8 | ||||
| -rw-r--r-- | sdk-12.1.0_r27/README.md | 8 | ||||
| -rw-r--r-- | sdk-13.0.0_r10/README.md | 6 |
4 files changed, 13 insertions, 13 deletions
@@ -20,7 +20,7 @@ Rebuild Android(tm) SDK from source Notice for Android 13 --------------------- -The recipe for Android 13 (api 33) builds the sdk but does NOT build a system image; but don't worry and read the Readme.md inside that folder for how to build a system image for Android 13. +The receipe for Android 13 (api 33) builds the sdk but does NOT build a system image; but don't worry and read the Readme.md inside that folder for how to build a system image for Android 13. Prerequisites @@ -32,7 +32,7 @@ I monitored the builds and they used up to 26 GB of RAM. Therefore, I recommend You should build on a (virtual) machine running either Ubuntu 22.04.1 LTS or Linux Mint 21. -You have to download approx. 100 GB of source code, and the 1st build usually take a couple of hours, depending on your machine. So take your time and consider to grab a coffee. +You have to download approx. 100 GB of source code, and the 1st build usually take a couple of hours, depending on your machine. So take your time and consider to grab a coffee in the meantime. How to build ============ diff --git a/sdk-12.0.0_r19/README.md b/sdk-12.0.0_r19/README.md index 7574f56..cf6dd8e 100644 --- a/sdk-12.0.0_r19/README.md +++ b/sdk-12.0.0_r19/README.md @@ -16,19 +16,19 @@ Make all the .sh scripts in this directory executable: chmod +x *.sh -1) Install dependencies (you will be asked for root password to install packages): +Install dependencies (you will be asked for root password to install packages): ./dependencies.sh -2) Download the source code: +Download the source code: ./download.sh -3) Apply patches to make the build work: +Apply patches to the source tree to make the build work: ./patch.sh -4) Compile the sdk: +Compile the sdk: ./build.sh diff --git a/sdk-12.1.0_r27/README.md b/sdk-12.1.0_r27/README.md index 175f612..297157a 100644 --- a/sdk-12.1.0_r27/README.md +++ b/sdk-12.1.0_r27/README.md @@ -16,19 +16,19 @@ Make all the .sh scripts in this directory executable: chmod +x *.sh -1) Install dependencies (you will be asked for root password to install packages): +Install dependencies (you will be asked for root password to install packages): ./dependencies.sh -2) Download the source code: +Download the source code: ./download.sh -3) Apply patches to make the build work: +Apply patches to the source tree to make the build work: ./patch.sh -4) Compile the sdk: +Compile the sdk: ./build.sh diff --git a/sdk-13.0.0_r10/README.md b/sdk-13.0.0_r10/README.md index 6905bee..63d3356 100644 --- a/sdk-13.0.0_r10/README.md +++ b/sdk-13.0.0_r10/README.md @@ -43,15 +43,15 @@ Make all the .sh scripts in this directory executable: chmod +x *.sh -1) Install dependencies (you will be asked for root password to install packages): +Install dependencies (you will be asked for root password to install packages): ./dependencies.sh -2) Download the source code: +Download the source code: ./download.sh -3) Compile the sdk: +Compile the sdk: ./build.sh |
