summaryrefslogtreecommitdiff
path: root/static/build.html
AgeCommit message (Collapse)Author
2025-01-04raise supported Ubuntu versions for buildingDaniel Micay
2024-12-07drop --config=use_source_tree_aosp for 8th gen Pixel kernelsDaniel Micay
2024-12-06use stable locations for kernel prebuiltsDaniel Micay
2024-12-06drop --config=use_source_tree_aosp for 9th gen Pixel kernelsDaniel Micay
This is no longer required and breaks the build with Android 15 QPR1.
2024-12-04update Android Studio bundlecookiell546
2024-11-29eslint: enable stylistic brace-styleDaniel Micay
2024-11-28eslint: use stylistic to replace deprecated featuresDaniel Micay
2024-11-28eslint: use default no-unused-vars caughtErrorsDaniel Micay
2024-11-26stop downloading prebuilt fips module we disableDaniel Micay
2024-11-24improve emulator kernel build documentationDaniel Micay
2024-11-24add x86_64 microdroid kernel build documentationDaniel Micay
2024-11-24fixes for microkernel kernel build documentationDaniel Micay
2024-11-24reorder parameters for microdroid kernel buildDaniel Micay
This makes it consistent with the other kernel builds.
2024-11-16fixup! update Gradle version in build guidecookiell546
2024-11-11update NDK version in SDK guideDaniel Micay
2024-11-11update build-tools in SDK guide to 35.0.0Daniel Micay
2024-11-11update commandlinetools package for SDK bootstrapDaniel Micay
2024-11-06update kernel prebuilt directoriesDaniel Micay
2024-11-03update Android Studio bundlecookiell546
2024-10-31update kernel prebuilt paths for Android 15Daniel Micay
2024-10-29list more devices requiring vendorkernelbootimageGrapheneOS
2024-10-29add pixel 8a to devices with more required commandsviolet
2024-10-26use --config=stamp for microdroid kernel buildDaniel Micay
2024-10-26use standard dist directory for microdroid kernelDaniel Micay
2024-10-26mark 5th gen legacy extended support in build guideDaniel Micay
2024-10-26update Gradle version in build guideDaniel Micay
2024-10-24fix mentioned branch versioncookiell546
2024-10-23update branch information in build guideDaniel Micay
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.