commit | aa7a8f5e5f7ff05b39ea05e18072e58b25331399 | [log] [tgz] |
---|---|---|
author | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Jan 20 08:02:47 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Jan 20 08:02:47 2020 +0000 |
tree | efead840a503746d3bec3c5ff1c0f43480d09c98 | |
parent | 6647814fa1559fa16db91e54d31e2004a5db23a7 [diff] | |
parent | 600166c0e98f987e8f93ba8e771d0354656d74ce [diff] |
Merge "Revert "Linktype check for native:product"" am: d7466880dc am: b94f1cdabd am: 600166c0e9 Change-Id: I9ecdf5b22893329e65f360233c95ecb2ef65e986
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.