commit | 00c7fcc7665477f2df866d5232084e2e22727761 | [log] [tgz] |
---|---|---|
author | Marissa Wall <marissaw@google.com> | Fri Feb 28 11:59:43 2020 -0800 |
committer | Elliott Hughes <enh@google.com> | Fri Jan 22 12:53:55 2021 -0800 |
tree | fbb8312b61506e7c7bcfb8d2cb64fd6378479396 | |
parent | 3b455ea92ef7913ec022bd85beaa17ddf94d6a25 [diff] |
current.txt: remove libadf since it is no longer supported Libadf is being removed since there are no android common kernels that support adf. Remove support from miniui. Test: Compiles and boots Bug: 150467766 Change-Id: I67b52c62aaaba0da9a0cbb762f0947a4ea8e1b89 Merged-In: I67b52c62aaaba0da9a0cbb762f0947a4ea8e1b89
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.