commit | 95967906453109aa05c389268c88d4d01413d638 | [log] [tgz] |
---|---|---|
author | Justin Yun <justinyun@google.com> | Thu Apr 12 00:50:39 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Apr 12 00:50:39 2018 -0700 |
tree | 4138ab1861e77b130ec159d7badbc12eef750a56 | |
parent | 492c519a86a05a79e17efaa567877254a1600ba3 [diff] | |
parent | e1f78121c456eabdd7f77de00f2384962db1795b [diff] |
Merge "Exclude libclang_rt from checking vndk list" am: e1f78121c4 Change-Id: I94d1ec6e3b406b6e9d95275a205600a76137ad40
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.