commit | 3cd1ebeaeee761f968e9ede8253ff0965550322a | [log] [tgz] |
---|---|---|
author | Ivan Lozano <ivanlozano@google.com> | Tue Feb 11 09:15:39 2020 -0500 |
committer | Ivan Lozano <ivanlozano@google.com> | Thu Feb 13 14:20:28 2020 -0500 |
tree | 78ff98f5970ec4346c3bee54026663577ceae863 | |
parent | 0445b496c17215b0609ae9dc6d3aaca87b72b986 [diff] |
Remove execute-only support. With kernel support being removed for execute-only memory layouts, remove support for XOM until there's kernel support again. This allows us to gain the code-size improvements from "-z noseparate-code". Bug: 147300048 Test: Compiled binaries no longer marked XOM by default. Change-Id: I08a054e903b202f513d3b3381afd606bb87cf257
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.