commit | 6d25fc665719dbafed1bc292ee01f4039a08b9d7 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Fri May 10 15:29:28 2019 +0100 |
committer | Anton Hansson <hansson@google.com> | Mon May 13 11:13:20 2019 +0100 |
tree | 7fdb384e1db5028689a140eccb62b5388ac3a4a2 | |
parent | 73c9f03b66700e13baedc5e20fd4646851d97ff4 [diff] |
Make implicit 32-bit apps on 64-bit target an error This has been a warning for a long time. Make it an error instead. Once this has been verified to not cause any problems, it can likely be changed to instead default to setting TARGET_SUPPORTS_64_BIT_APPS := true. Test: build_test Change-Id: I0d03fed2085009c64880a594d5a3aadf72187e60
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.