summaryrefslogtreecommitdiff
path: root/static/build.html
AgeCommit message (Collapse)Author
2024-10-06add microdroid kernel build instructionsmaade93791
2024-09-18handle kernel_manifest-caimito rename in build guideDaniel Micay
2024-09-08remove unused --disable_32bit kernel build flag on 8th genmaade93791
due to app compat issues
2024-09-08add 9th generation kernel build instructionsmaade93791
2024-09-07Android 15 device support port is mostly doneDaniel Micay
2024-09-03document Android 15 supportDaniel Micay
2024-09-03Fix typo in build.htmlr
2024-09-03mark Pixel 5a as extended supportDaniel Micay
2024-09-01update Android Studio packagesandbank52641
2024-09-01update script namesDaniel Micay
2024-08-29add Pixel 9 Pro Fold to build pageDaniel Micay
2024-08-21list 9th gen Pixel targets on build pageDaniel Micay
2024-08-21document branch for 9th gen PixelsDaniel Micay
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