commit | 6442896aa9ff55ec14d8fed1699bffb68322895f | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Tue Nov 05 10:43:46 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Tue Nov 05 10:43:46 2019 -0800 |
tree | d901fea82dbd07df1b4d9ee441f90d462f2fae80 | |
parent | 7bf1fa727e6c99c0ea85d79fc4507ddef9d1d7f0 [diff] | |
parent | c56a94bd7fa20aafd8a1d191ae4495d1041c368a [diff] |
Merge "Fix and generate vndk snapshot entirely in Soong" am: db49de8560 am: 8817894034 am: c56a94bd7f Change-Id: I06d35f71cbc36b7e773eb0110efd327fe562c648
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.