commit | 5d793fb74095001169d815afe276462ff31bd76c | [log] [tgz] |
---|---|---|
author | Cindy Zhou <zhouci@google.com> | Thu Feb 18 08:58:56 2021 -0800 |
committer | Cindy Zhou <zhouci@google.com> | Wed Mar 10 17:10:21 2021 -0800 |
tree | 5fb360d093e47d6a380d01b0ee61d1cb037df788 | |
parent | 8f8522a83bb89669e2c70221b85ffb573e8b9ffc [diff] |
Enable cfi for 32bit arch Enabling cfi for 32-bit arch; b/35157333 seems to have been resolved in b/67507331. Bug: 158010610 Test: manual interaction with Wimbley device: youtube video, chrome navigations, gmail MPTS testing on Sargo Change-Id: I79eeb7e880ea09d857f8339901b67f77243a575c
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.