commit | d64ca330124b023e3d114f085d585b6f0ea1b113 | [log] [tgz] |
---|---|---|
author | Chih-hung Hsieh <chh@google.com> | Thu Jun 10 21:48:05 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Jun 10 21:48:05 2021 +0000 |
tree | 98f96c8de4ff989f043daf729f04ddc2afe1c132 | |
parent | 7651e75f3709462355c501fa585a60240dae880d [diff] | |
parent | 9c17b26ee75a2fc43f0988e70aa44c63fcba594a [diff] |
Merge "Add one Asm warning pattern" am: 9c17b26ee7 Original change: https://android-review.googlesource.com/c/platform/build/+/1730812 Change-Id: I56cb4359decf96a4138f7d5764e08766d10ee883
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.