commit | 68a3cef45ed04e3db0b8b5fd9f005d7c9ff4fbec | [log] [tgz] |
---|---|---|
author | Devin Moore <devinmoore@google.com> | Fri Oct 09 13:40:29 2020 -0700 |
committer | Devin Moore <devinmoore@google.com> | Fri Oct 09 13:48:01 2020 -0700 |
tree | 0d50d1e4941009995a809f54725a1d2f7e54693e | |
parent | 49ccbb372905be7ffa74be6f6173a9b845f5cad4 [diff] |
Update vndk list for android.hardware.common.fmq Change created with update-vndk-list.sh for the new package. Test: m Bug: 142326204 Change-Id: Iecd2ad2fc2f00c0214dc3ad4bf60661b492c5e4f
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.