commit | ee6c6ddc5b2e15e0c3db6222d29c6b81a875e80f | [log] [tgz] |
---|---|---|
author | Cindy Zhou <zhouci@google.com> | Fri Mar 12 13:47:22 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Mar 12 13:47:22 2021 +0000 |
tree | 6e11c08cc161204f7105f649ea8b5049b67e0f7f | |
parent | 434b223d1da09398b7029b89f9001490d5d74f42 [diff] | |
parent | aa5c8dce5000bdc71660469affe5a41af9d0432d [diff] |
Merge "Enable cfi for 32bit arch" am: e48dccaa83 am: 086efc219a am: aa5c8dce50 Original change: https://android-review.googlesource.com/c/platform/build/+/1627124 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I23aea7d905570bdf5f991bc3569c11a61f266648
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.