commit | 57ad4b254128f79b64efb557a975b5649d22a43e | [log] [tgz] |
---|---|---|
author | Steve Muckle <smuckle@google.com> | Tue Apr 28 22:06:45 2020 -0700 |
committer | Steve Muckle <smuckle@google.com> | Tue Apr 28 22:06:45 2020 -0700 |
tree | 5af326dfeae512bc1f7b939f4733296d16b41290 | |
parent | 02031027b70344bb575bb88ea5f3d0e15c10c0ab [diff] |
remove goldfish vendor from aosp_arm64 This is causing goldfish kernel modules to show up in the GKI. Bug: 155230412 Change-Id: I78cc307a770a20235728e8baf0dc59828b627877
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.