commit | bf11e3489781a1bbd7f3588e1f08178e0d931a2a | [log] [tgz] |
---|---|---|
author | hungweichen <hungweichen@google.com> | Mon Aug 08 09:34:47 2022 +0000 |
committer | hungweichen <hungweichen@google.com> | Thu Aug 11 08:12:58 2022 +0000 |
tree | 38e3c487c07deaf7f920400c5176b2370a5b0060 | |
parent | b2dd6834218c257f291011c9495e77c6b6988e7c [diff] |
Remove PRODUCT_SUPPORTS_VERITY(_FEC) reference PRODUCT_SUPPORTS_VERITY and PRODUCT_SUPPORTS_VERITY_FEC are going to be deprecated since we removed VB 1.0 support. This change removes the related references. Bug: 241044073 Test: atest under build/make Change-Id: Icee659ff0606cda1ab44e92372d86a394ddf1466
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.