summaryrefslogtreecommitdiff
path: root/static/build.html
AgeCommit message (Collapse)Author
2024-08-07update build instruction now that adevtool no longer uses pythonDmitry Muhomor
2024-07-31update info on portingDaniel Micay
2024-07-29update signing instructionsDaniel Micay
2024-07-20handle Apps -> App Store renameDmitry Muhomor
2024-07-20update aapt2 build instructionDmitry Muhomor
2024-07-20add note about yarn on Debiansandbank52641
2024-07-20add setup details for Debian bookwormsandbank52641
2024-07-20update Android Studio packagesandbank52641
2024-07-20use Protobuf library for Python from PyPIsandbank52641
Even with fairly up-to-date packages, many Linux distributions have not recent enough Python Protobuf packages. It's better to use the PyPI package, which is published by Google, rather than the distribution packages. Ideally, adevtool could handle this (with pinned package version and hash, and hash-checking), but due to many users encountering this issue, this change should be reasonable for now.
2024-07-20revert 32-bit kernel ABI removal for nowDaniel Micay
2024-07-06disable 32-bit ABI for 7th/8th gen Pixels kernelsDaniel Micay
2024-07-06reorder environment variables for kernel buildsDaniel Micay
2024-07-02Update build instruction with new "cur" release config aliasquh4gko8
2024-06-19replace 5.10/5.15 emulator kernel instructions with 6.1/6.6 onesmaade93791
2024-06-19update path for x86_64 emulator kernel Makefilemaade93791
+ fix typo
2024-06-15update Android Studio packagesandbank52641
2024-06-12remove prerelease from build page for akitaDaniel Micay
2024-06-12build: update release from ap1a to ap2aDaniel Micay
2024-06-11merge shusky and akita kernel manifest repositoryDaniel Micay
2024-06-11update build docs for QPR3Daniel Micay
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