commit | e6d2d6c3dda7f518046ff55f048c288804160c8c | [log] [tgz] |
---|---|---|
author | Tim Van Patten <timvp@google.com> | Fri May 07 16:08:41 2021 -0600 |
committer | Tim Van Patten <timvp@google.com> | Tue May 18 11:58:23 2021 -0600 |
tree | 8fbcecd31f5a57c9ed3f5507537f01fec5cd280b | |
parent | 26bad544c52bce992368ca11139ad614cf4d048f [diff] |
Remove building the ANGLE APK from AOSP Mark ANGLE as product-specific and remove building the APK. CuttleFish will continue to build the ANGLE libraries directly. Bug: b/187342779 Test: launch_cvd --restart_subprocesses=false --start_webrtc=true --gpu_mode=guest_swiftshader Change-Id: I6cd379a11e0c198ad72636253f1a33f2d1fc798f
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.