commit | 1ac5384aaf9f8d2c6a11e3781f3e07de75873407 | [log] [tgz] |
---|---|---|
author | Pirama Arumuga Nainar <pirama@google.com> | Thu Jul 30 21:48:57 2020 -0700 |
committer | Pirama Arumuga Nainar <pirama@google.com> | Tue Aug 11 11:00:53 2020 -0700 |
tree | addf42238474c822eb8c21a723b8e46a643af335 | |
parent | b83c9d0461b57ecedaf628c427644d42f0175de3 [diff] |
[config_sanitizers] Fail if LOCAL_SANITIZE_BLACKLIST is used. All uses of this property have been migrated to LOCAL_SANITIZE_BLOCKLIST. Update language to comply with Android’s inclusive language guidance See https://source.android.com/setup/contribute/respectful-code for reference Bug: 161896447 Bug: 162245450 Test: Add the old property to an Android.mk and ensure error is thrown. Change-Id: I797ff651f03b954b410f76f4d201a962ded717df
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.