1
0
mirror of https://github.com/lineageos4microg/docker-lineage-cicd synced 2024-11-09 10:09:56 +01:00

default value and docs for BUILD_TYPE

This commit is contained in:
Philip Nagler-Frank 2022-01-28 19:10:55 +01:00
parent 650e0235c5
commit 1ee9524f4f
2 changed files with 4 additions and 1 deletions

@ -110,6 +110,9 @@ ENV DELETE_OLD_ZIPS 0
# Delete old logs in $LOGS_DIR, keep only the N latest one (0 to disable)
ENV DELETE_OLD_LOGS 0
# build type of your builds (user|userdebug|eng)
ENV BUILD_TYPE "userdebug"
# You can optionally specify a USERSCRIPTS_DIR volume containing these scripts:
# * begin.sh, run at the very beginning
# * before.sh, run after the syncing and patching, before starting the builds

@ -167,7 +167,7 @@ Other useful settings are:
when set to `false`, you can still enable root by flashing the
[su installable ZIP][los-extras])
* `RELEASE_TYPE (UNOFFICIAL)`: change the release type of your builds
* `BUILD_TYPE (userdebug)`: change the build type of your builds (user|userdebug|eng)
* `BUILD_TYPE (userdebug)`: type of your builds, see [Android docs](https://source.android.com/setup/build/building#choose-a-target)
* `BUILD_OVERLAY (false)`: normally each build is done on the source tree, then
the tree is cleaned with `mka clean`. If you want to be sure that each build
is isolated from the others, set `BUILD_OVERLAY` to `true` (longer build