commit | 24da1a43bb3df06757f2641adc3d7647a230c722 | [log] [tgz] |
---|---|---|
author | Yi-Yo Chiang <yochiang@google.com> | Tue Feb 22 19:51:15 2022 +0800 |
committer | Yi-Yo Chiang <yochiang@google.com> | Thu Feb 24 21:50:18 2022 +0800 |
tree | 502cdb50921dc76cd3908a025e89dfe8e9912a38 | |
parent | 2f7a108bf21692ec4052c2350c4be9fc322b2eff [diff] |
releasetools: Update T GKI certification scheme Companion change of I143680b1cab50a6915df56c8273f8741beaf1180. Basically does the same thing as the other change. Bug: 211741246 Test: m dist Test: ./boot_signature_info.sh boot-5.10.img Change-Id: I40c4d5866c74a9a2d525f9455969b8a71f22bdbb
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.