commit | 343a6e9cf530d2002bd6b1fe0ef9d70a1dfe9471 | [log] [tgz] |
---|---|---|
author | Kalesh Singh <kaleshsingh@google.com> | Sun Dec 06 19:34:28 2020 -0500 |
committer | Kalesh Singh <kaleshsingh@google.com> | Mon Dec 07 13:00:02 2020 -0500 |
tree | 63116821ee10cc7d2264d45a98fa6b3bc951cc9a | |
parent | 33571ac8dd96b1b467bf00ecf88e72e4cb3625dd [diff] |
Add stable aidl memtrack hal to vndk list Bug: 175021432 Test: m; boot; Change-Id: Iac54ae2ba8aacee7fa9c5b1c8b49ff1cfd7c8785
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.