commit | b321737c6c09912f059fc0c7c8d6ad3d42f88a51 | [log] [tgz] |
---|---|---|
author | normanwhl <normanwhl@google.com> | Wed Apr 13 09:46:26 2022 +0000 |
committer | normanwhl <normanwhl@google.com> | Wed Apr 20 03:33:16 2022 +0000 |
tree | d1ba723b97b718c1dbc288e3f7d47821e864d2f0 | |
parent | 6be2a5d36653efa254be5b77851e6933fd3ad2c2 [diff] |
Enable CFI for SYNA wpa_supplicant_8 Since the wpa_supplicant_8 has enabled cfi, the static lib that it uses should enable cfi, otherwise there will be runtime crashes. Bug: 225784334 Test: lunch tangor-userdebug m -j run the image on the tangotron and wpa_supplicant should not crash with cfi failures. Change-Id: I17384a47c66cf9385cbb41ad0c0786907ce2f28c
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.