commit | 64b6535f43a07f0fc31e94e1df21749cdc284917 | [log] [tgz] |
---|---|---|
author | Howard Chen <howardsoc@google.com> | Wed May 27 03:00:47 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed May 27 03:00:47 2020 +0000 |
tree | aed7dde8ae52b542130a55456583ab0ab24bf869 | |
parent | d8046ecc67823985e1df3ca77071c200c69f1e2d [diff] | |
parent | 67a7b6d830ed7dfa507b2418efa5463f491a54bf [diff] |
Merge "Add tinyhostless to mainline_system.mk" am: c0ea7e89b8 am: 67a7b6d830 Change-Id: I3c37fbd4de8aa2e00918430fca0e154cb83330d5
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.