summaryrefslogtreecommitdiff
path: root/static/build.html
AgeCommit message (Collapse)Author
2025-06-16update kernel build instructions for Android 16Daniel Micay
2025-06-08Opt-into edge-to-edge by defaultcookiell546
Chromium already supports dynamic edge-to-edge viewports. This change opts-in by default, making the gesture navigation bar (chin) invisible without needing scroll interaction. No other changes were necessary, as no content relied on specific viewport insets. Command used: ``` sed -i 's/<meta name="viewport" content="width=device-width, initial-scale=1"\/>/<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"\/>/g' **/*.html ```
2025-05-30legacy ncurses ABI no longer needed for AOSP or Chromium buildsDaniel Micay
2025-05-30update recommended build-tools version to 36.0.0Daniel Micay
2025-05-30update Android Studio bundlecookiell546
2025-05-21update outdated Node.js LTS version recommendationDaniel Micay
2025-05-07update Android Studio bundlecookiell546
2025-04-15stop marking Pixel 9a support as experimentalDaniel Micay
2025-04-12add Pixel 9a to build documentationDaniel Micay
2025-04-12remove build documentation for legacy devicesDaniel Micay
This no longer works due to the overall documentation being updated for current GrapheneOS. It makes more sense to use an old revision of the documentation for old devices.
2025-04-04update Android Studio bundlecookiell546
2025-03-05Android 15 QPR2 build instruction updatesDaniel Micay
update build guide kernel branch
2025-03-04update Android Studio bundlecookiell546
2025-02-17rename encrypt-keys.sh/decrypt-keys.sh scriptsDaniel Micay
2025-02-14begin unification of Pixel kernel build instructionsDaniel Micay
This can be fully unified for 6th through 9th generation Pixels with Android 15 QPR2 due to 6th through 8th generation Pixels moving to the 6.1 LTS kernel branch.
2025-02-14simplify instructions for syncing kernel sourcesDaniel Micay
2025-02-10kernel repository renamingDaniel Micay
2025-02-10update Android Studio bundlecookiell546
2025-02-10Revert "add flag to disable slab canary with kernel MTE"Daniel Micay
This reverts commit 91e01356d930f8b046694c9cc4b9d21edbbb8cb0. This is disabled by default for devices using MTE.
2025-02-10add flag to disable slab canary with kernel MTEDaniel Micay
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