commit | 414ca429cf912266544847427be22d03e6413fe8 | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Fri Aug 27 15:12:08 2021 -0700 |
committer | Kelvin Zhang <zhangkelvin@google.com> | Tue Aug 31 11:22:34 2021 -0700 |
tree | 38b6e579d33999a8c006496efdcb05874a8a389c | |
parent | d4bea325301cd44100286249d7f013dafcf672e3 [diff] |
Check for vintf compatiblity early in generation process Currently CheckVintfIfTrebleEnabled is called after generating payload. Users have to wait for ~1 hour before vintf is checked. Do the check early and fail early. Test: th Change-Id: I2e4a8c7eaa62c94c92973c127b1d825a26e63b35
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.