commit | 9b824d5ceb7c3f6e85cf48e982cc12c18a4cb013 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Apr 17 15:46:55 2020 -0700 |
committer | Elliott Hughes <enh@google.com> | Mon Jun 08 16:36:52 2020 -0700 |
tree | f138a92038721518d0721abb26bc199fb25fd54d | |
parent | e4d2ccee92bda63864e4556daf38deac22dc9350 [diff] |
Remove TARGET_PREFER_32_BIT. Bug: https://issuetracker.google.com/138812821 Test: builds Change-Id: I2ff7793c8b1eb56f6be63375cc7b70aa44254443
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.