Commit Graph

573 Commits

Author SHA1 Message Date
maade93791 c0b04d337a add microdroid kernel build instructions 2024-10-06 17:43:39 -04:00
Daniel Micay 006ce2fa0a handle kernel_manifest-caimito rename in build guide 2024-09-18 10:40:17 -04:00
maade93791 ec36557696 remove unused --disable_32bit kernel build flag on 8th gen
due to app compat issues
2024-09-08 17:45:09 -04:00
maade93791 bb35c7f9e0 add 9th generation kernel build instructions 2024-09-08 17:45:09 -04:00
Daniel Micay ba98204227 Android 15 device support port is mostly done 2024-09-07 21:51:04 -04:00
Daniel Micay 53d7e5a256 document Android 15 support 2024-09-03 22:03:14 -04:00
r f84f805bb6 Fix typo in build.html 2024-09-03 19:15:29 -04:00
Daniel Micay f5c65107a4 mark Pixel 5a as extended support 2024-09-03 15:30:13 -04:00
sandbank52641 69d506950e update Android Studio package 2024-09-01 07:28:27 -04:00
Daniel Micay 020d9aed88 update script names 2024-09-01 06:57:34 -04:00
Daniel Micay 49b41d9ab9 add Pixel 9 Pro Fold to build page 2024-08-29 16:40:44 -04:00
Daniel Micay cd8f7f7bc4 list 9th gen Pixel targets on build page 2024-08-21 21:47:35 -04:00
Daniel Micay edde3f914c document branch for 9th gen Pixels 2024-08-21 03:01:25 -04:00
Dmitry Muhomor 4ba597e0f5 update build instruction now that adevtool no longer uses python 2024-08-07 18:48:43 -04:00
Daniel Micay 6c25b49460 update info on porting 2024-07-31 21:05:51 -04:00
Daniel Micay e9c96f49a1 update signing instructions 2024-07-29 02:33:50 -04:00
Dmitry Muhomor c2bae5b127 handle Apps -> App Store rename 2024-07-20 12:01:32 -04:00
Dmitry Muhomor 7c05933db5 update aapt2 build instruction 2024-07-20 12:01:32 -04:00
sandbank52641 9e3b89ac26 add note about yarn on Debian 2024-07-20 12:01:32 -04:00
sandbank52641 b6d22068ec add setup details for Debian bookworm 2024-07-20 12:01:32 -04:00
sandbank52641 0c6c5b73be update Android Studio package 2024-07-20 12:01:32 -04:00
sandbank52641 f6d32808f8 use Protobuf library for Python from PyPI
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-20 12:01:32 -04:00
Daniel Micay 311c1011c3 revert 32-bit kernel ABI removal for now 2024-07-20 12:01:32 -04:00
Daniel Micay b063c24e4d disable 32-bit ABI for 7th/8th gen Pixels kernels 2024-07-06 17:39:52 -04:00
Daniel Micay 4935eb60cc reorder environment variables for kernel builds 2024-07-06 12:32:31 -04:00
quh4gko8 d6da916970 Update build instruction with new "cur" release config alias 2024-07-02 14:19:27 -04:00
maade93791 4d5c7ef2a1 replace 5.10/5.15 emulator kernel instructions with 6.1/6.6 ones 2024-06-19 13:03:17 -04:00
maade93791 692cab2c02 update path for x86_64 emulator kernel Makefile
+ fix typo
2024-06-19 13:03:17 -04:00
sandbank52641 5f823e84c6 update Android Studio package 2024-06-15 11:17:42 -04:00
Daniel Micay dc22820027 remove prerelease from build page for akita 2024-06-12 21:35:16 -04:00
Daniel Micay 56a2efdb74 build: update release from ap1a to ap2a 2024-06-12 14:35:40 -04:00
Daniel Micay 925bde243c merge shusky and akita kernel manifest repository 2024-06-11 17:57:21 -04:00
Daniel Micay 0dd0b55c9a update build docs for QPR3 2024-06-11 13:07:31 -04:00
Daniel Micay 2da3d72aef improve instructions for adevtool 2024-06-06 12:38:04 -04:00
Daniel Micay 7dd6b66a96 build: mark 4th gen Pixels as legacy extended support 2024-06-04 18:26:20 -04:00
sandbank52641 dcd45c6654 update Android Studio package 2024-05-22 10:06:30 -04:00
jab416171 3332fa6596 Fix branch for akita kernel to 14-akita 2024-05-15 12:28:53 -04:00
Daniel Micay 5ed267e8df add Pixel 8a build instructions 2024-05-15 01:28:13 -04:00
Daniel Micay 9d89ebf528 update documentation on legacy branches 2024-05-14 14:23:34 -04:00
Daniel Micay 10a56e6acd update build instructions for QPR2 2024-05-14 14:21:18 -04:00
Daniel Micay 5bd0e39c01 unified manifest for 6th/7th gen Pixels 2024-05-05 18:04:07 -04:00
Daniel Micay e4604fa993 use autoninja wrapper for building Vanadium
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-05-01 23:24:11 -04:00
sandbank52641 633cb78f6d update Android Studio package 2024-04-30 18:08:38 -04:00
sandbank52641 129a23c997 update Android Studio package 2024-04-17 13:04:10 -04:00
Daniel Micay 5a3e5e651b document building Apps, AppCompatConfig and GmsCompatConfig 2024-04-14 17:58:03 -04:00
Daniel Micay e9ac45d9f7 eslint: ignore caught errors for unused vars 2024-04-08 01:57:15 -04:00
Daniel Micay bd1edbdc0a move to new eslint configuration format 2024-04-08 01:48:30 -04:00
Daniel Micay 73481396e8 update CSRF guidance 2024-04-01 15:21:25 -04:00
Daniel Micay 43a33855b0 server push is dead 2024-04-01 15:19:25 -04:00
Daniel Micay 462f8a4dc5 signify was replaced with OpenSSH signing 2024-03-23 21:22:29 -04:00