commit | 25db69a401706bb13573c589e080300a191b963d | [log] [tgz] |
---|---|---|
author | Tim Van Patten <timvp@google.com> | Wed Jun 17 12:38:25 2020 -0600 |
committer | Tim Van Patten <timvp@google.com> | Wed Jun 17 12:38:25 2020 -0600 |
tree | 824c17ccde58b010a5f265154ab87c51dbc6857b | |
parent | d9673e768a5e5558100278be8c7f5284bc710085 [diff] |
Remove ANGLE from base_system.mk Removing GoogleANGLE only removed the Google-signed version of ANGLE, but the AOSP version still remained. This CL removes the AOSP build of ANGLE also, so there is no ANGLE on the device at all. Bug: 158956138 Test: adb shell pm list packages | grep -i angle Change-Id: If9a42bc6436c752d2b1a16565d99ca2a5ec60d66
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.