commit | d6b0a87ed788842bcc32db6181a11c50e0ca78b5 | [log] [tgz] |
---|---|---|
author | Pirama Arumuga Nainar <pirama@google.com> | Fri Feb 04 14:08:50 2022 -0800 |
committer | Pirama Arumuga Nainar <pirama@google.com> | Sat Feb 05 13:50:41 2022 -0800 |
tree | 618c2080779cc11e26b58bf1dc6f90ab09e4c12a | |
parent | ee5ceff61e4a7fdcbfdb1c9739b31e8d5a07155c [diff] |
Add GLOBAL_CLANG_EXTERNAL_CFLAGS_NO_OVERRIDE to third-party code Bug: http://b/215753485 This allows enabling a new warning from the compiler update for first-party code. This is less precise than the check in build/soong (also overrides for vendor/google, for e.g.) because of being written in Make. Test: With new clang, verify the following: lunch oriole; m out/target/product/oriole/obj_arm/SHARED_LIBRARIES/libexynosdisplay_intermediates/libresource/ExynosMPP.o Change-Id: I13080fec71e282c4b528a6d01b967b1c0c4aef02
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.