Menu

Tree [7ade67] 9 /
 History

HTTPS access


File Date Author Commit
 GLOBAL-PREUPLOAD.cfg 2017-11-14 Igor Murashkin Igor Murashkin [67481c] manifest: add cpplint (google-styleguide), upda...
 README.md 2019-06-06 Filippo Filippo [dec2bf] manifest: Change sync command
 default.xml 2019-07-01 The Android Open Source Project The Android Open Source Project [955534] Manifest for Android 9.0.0 Release 45 (PQ3B.190...
 include.xml 2019-06-11 Anay Wadhera Anay Wadhera [dbdcf7] manifest: track our own abi-dump/ndk repo
 remove.xml 2019-06-24 Filippo Filippo [a4741e] manifest: Untrack Live Wallpapers

Read Me

Building Android

Setting Up Build Environment

REMINDER

Be sure to check the manifest branch depending on your device.

Repo Init

repo init -u https://github.com/StatiXOS/android_manifest.git -b 9

OR

repo init -u https://github.com/StatiXOS/android_manifest.git -b 9-caf

depending on your device.

Sync Source

repo sync -c -f --force-sync --no-tag --no-clone-bundle -j$(nproc --all)

Build Time (Linux x86_64 ONLY)

. build/envsetup.sh
brunch statix_<DEVICE>-userdebug (or statix_<DEVICE>-user)