commit | 6bb786a3a35bd2760b22c1865587b763b69d1bcd | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Tue Oct 13 17:11:06 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Oct 13 17:11:06 2020 +0000 |
tree | cdfd968b0965a5744cd76bac0da1f6b4a770012b | |
parent | 2b37bd991e7b6ac77ad6af8a789e401161a0fa30 [diff] | |
parent | 11625369363b339f5fb2d2062798cf5b9c997b89 [diff] |
Merge "Reflect MALLOC_ZERO_CONTENTS default true." am: 1162536936 Original change: https://android-review.googlesource.com/c/platform/build/+/1380902 Change-Id: I0668377ad4e51e17e68beb01163de137f4e7381a
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.