commit | 71e9c32390bc714ac5e3aeeb3244984728bbfda0 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Jun 10 18:36:54 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Jun 10 18:36:54 2020 +0000 |
tree | 8ebeaec47c21d9361dfbb697c9df2ead0373c191 | |
parent | 949a33b139d18f63a7d0dc20b943a22c728932af [diff] | |
parent | 534b035e29563d5b6ddc2c7f9efbfebc76fbf9e2 [diff] |
Merge "Remove TARGET_PREFER_32_BIT." am: 9df45f6ec2 am: 534b035e29 Original change: https://android-review.googlesource.com/c/platform/build/+/1288989 Change-Id: Ib72e06fd5b674606403bee352d3ddbd93d7430c7
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.