commit | 71af449630995351bc24b316ea417061e4ad9bf2 | [log] [tgz] |
---|---|---|
author | Peiyong Lin <lpy@google.com> | Tue Oct 31 23:43:54 2023 +0000 |
committer | Peiyong Lin <lpy@google.com> | Wed Nov 01 18:20:33 2023 +0000 |
tree | 58ee6244d5b94e7428ab66b819fddec2dbbd9a11 | |
parent | aea4c9d49620ed4bf6a1f3f9e80e31e3095ca92e [diff] |
Make ANGLE part of Android OS system image. As ANGLE will become the default GLES drivers and by shipped by Google, this patch allows ANGLE to be built into Android OS image. Bug: b/293503000 Test: atest CtsAngleDeveloperOptionHostTest -c with ANGLE being default Test: atest CtsAngleDeveloperOptionHostTest -c with native being default Change-Id: I72aa4e126916419d2350a4ce980bd33cb4537c73
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.