All Projects → GrapheneOS → platform_build

GrapheneOS / platform_build

Licence: other
Make Build System (being phased out upstream)

Programming Languages

Makefile
30231 projects
python
139335 projects - #7 most used programming language
go
31211 projects - #10 most used programming language
java
68154 projects - #9 most used programming language
C++
36643 projects - #6 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to platform build

kernel google wahoo
Pixel 2 and Pixel 2 XL kernel sources.
Stars: ✭ 13 (-75.47%)
Mutual labels:  grapheneos
Vanadium
Privacy and security enhanced releases of Chromium for GrapheneOS. Vanadium provides the WebView and standard user-facing browser on GrapheneOS. It depends on hardening in other GrapheneOS repositories and doesn't include patches not relevant to the build targets used on GrapheneOS.
Stars: ✭ 365 (+588.68%)
Mutual labels:  grapheneos
platform bionic
Hardened Android standard C library. Some of the past hardening has not yet been ported from Marshmallow, Nougat and Oreo to this Android Pie repository. Most is available via archived tags in https://github.com/AndroidHardeningArchive/platform_bionic (check both the most recent Oreo and Nougat tags).
Stars: ✭ 66 (+24.53%)
Mutual labels:  grapheneos
kernel google crosshatch
Pixel 3, Pixel 3 XL, Pixel 3a and Pixel 3a XL kernel sources.
Stars: ✭ 14 (-73.58%)
Mutual labels:  grapheneos
AttestationServer
Server code for use with the Auditor app: https://github.com/GrapheneOS/Auditor. It provides two services: submission of attestation data samples and a remote attestation implementation with email alerts to go along with the local implementation based on QR code scanning in the app.
Stars: ✭ 64 (+20.75%)
Mutual labels:  grapheneos

Android Make Build System

This is the Makefile-based portion of the Android Build System.

For documentation on how to run a build, see Usage.txt

For a list of behavioral changes useful for Android.mk writers see Changes.md

For an outdated reference on Android.mk files, see build-system.html. Our Android.mk files look similar, but are entirely different from the Android.mk files used by the NDK build system. When searching for documentation elsewhere, ensure that it is for the platform build system -- most are not.

This Makefile-based system is in the process of being replaced with Soong, a new build system written in Go. During the transition, all of these makefiles are read by Kati, and generate a ninja file instead of being executed directly. That's combined with a ninja file read by Soong so that the build graph of the two systems can be combined and run as one.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].