summaryrefslogtreecommitdiff
path: root/static/build.html
AgeCommit message (Collapse)Author
2024-06-06improve instructions for adevtoolDaniel Micay
2024-06-04build: mark 4th gen Pixels as legacy extended supportDaniel Micay
2024-05-22update Android Studio packagesandbank52641
2024-05-15Fix branch for akita kernel to 14-akitajab416171
2024-05-15add Pixel 8a build instructionsDaniel Micay
2024-05-14update documentation on legacy branchesDaniel Micay
2024-05-14update build instructions for QPR2Daniel Micay
2024-05-05unified manifest for 6th/7th gen PixelsDaniel Micay
2024-05-01use autoninja wrapper for building VanadiumDaniel Micay
This is the officially documented way to build Chromium. It uses ninja from the Chromium source directory which works around errors trying to include generated headers when building Vanadium. The autoninja script also raises the soft file limit to the hard limit to avoid errors when using many jobs.
2024-04-30update Android Studio packagesandbank52641
2024-04-17update Android Studio packagesandbank52641
2024-04-14document building Apps, AppCompatConfig and GmsCompatConfigDaniel Micay
2024-04-08eslint: ignore caught errors for unused varsDaniel Micay
2024-04-08move to new eslint configuration formatDaniel Micay
2024-04-01update CSRF guidanceDaniel Micay
2024-04-01server push is deadDaniel Micay
2024-03-23signify was replaced with OpenSSH signingDaniel Micay
2024-03-10update vendor extraction docs for Android 14 QPR2Daniel Micay
2024-03-09update kernel prebuilt paths for Android 14Daniel Micay
2024-03-06list dependency for build sandboxDaniel Micay
2024-03-05document new lunch syntax for Android 14 QPR2Daniel Micay
2024-03-05replace sdk_phone_x86_64 with sdk_phone64_x86_64Daniel Micay
2024-03-04update shusky kernel build guide for 14 QPR2Daniel Micay
2024-03-01update Android Studio packagesandbank52641
2024-02-18Add needed apk build target for shipping components out of bandquh4gko8
This is necessary for a future Vanadium release adding support to update components out of band and default feature flags via a config app. Currently, only the content filtering component, named "Subresource Filter Rules", is shipped via this app.
2024-02-14move to OpenSSH signing for factory imagesDaniel Micay
2024-01-26Update Android Studiotopminipie
Version: 2023.1.1.28 https://developer.android.com/studio
2024-01-17drop unnecessary escapingDaniel Micay
2024-01-04update Android Studio packagesandbank52641
2023-12-19add shiba/husky to build target instructionsDaniel Micay
2023-12-11update Android Studio packagesandbank52641
2023-12-08mark new extended support on build page tooDaniel Micay
2023-12-08only sdk_phone_x86_64 emulator target is supportedDaniel Micay
2023-12-08generic targets aren't supportedDaniel Micay
2023-12-06shusky device branch is obsoleted by 14 QPR1Daniel Micay
2023-11-30update emulator kernel build instructionsDaniel Micay
2023-11-09Fix typo from out-of-date updates to out-of-band updatesquh4gko8
2023-10-20add 8th gen Pixels to kernel build instructionsDaniel Micay
2023-10-16raise recommended memory for buildingDaniel Micay
2023-10-15add build instructions for shiba / huskyDaniel Micay
2023-10-09use build/envsetup.sh instead of script/envsetup.shDaniel Micay
2023-10-06update build docs for Android 14Daniel Micay
2023-10-06drop section on new keys for Android 13Daniel Micay
2023-10-06avbtool -> avbtool.pymaade93791
2023-09-06add e2fsprogs to dependency listDaniel Micay
2023-09-02wrap command placeholder in code elementsmdyv
2023-09-02wrap new placeholder in var elementsmdyv
2023-09-02replace choosecombo with lunchDmitry Muhomor
lunch is much faster and doesn't show the confusing choose{type,product,variant} output.
2023-09-02note that envsetup.sh supports zshDmitry Muhomor
2023-09-02update adevtool instructionsDmitry Muhomor