commit | 6485d50bd3edb1b4ffb523dd46d30abbbaee688e | [log] [tgz] |
---|---|---|
author | Bob Badour <bbadour@google.com> | Wed Feb 10 09:27:19 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Feb 10 09:27:19 2021 +0000 |
tree | 6e21f6c7b4c22b3f7eb3e26c07329fed7cb93537 | |
parent | 7438c6b970a22b6a17a432d24c353fd228191213 [diff] | |
parent | 666ca620e4c1d90d5e1c01404b2776ef4db0bd43 [diff] |
Merge "Fix license_type. Contains GPL" am: dd163df3d0 am: 671d3dc72f am: 666ca620e4 Original change: https://android-review.googlesource.com/c/platform/build/+/1573036 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I9312dae35787fd3112b059c361d33b9469485e5e
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.