commit | 605a20dfd1c7e5831e66d9bd98d494b909fe356a | [log] [tgz] |
---|---|---|
author | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jan 17 22:20:18 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jan 17 22:20:18 2020 +0000 |
tree | 1eaac3474ad3deb36c88e26223b3348e790e9ae6 | |
parent | 9957c9bd220061fcd07392571ef0e5adf6d0b3f9 [diff] | |
parent | f8d70dea4f7bec0b8fd27a44c88e964bb7fdc9a1 [diff] |
Merge changes from topic "build_time_vintf" am: 0188eb5d25 am: 05c7ecaa00 am: f8d70dea4f Change-Id: I53b575571c8a3fbad1029fd9ab5d3120d023bb49
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.