commit | 72e78f21b25cff7541acd9d94941a1c180b34ed3 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Fri Nov 13 18:30:06 2020 -0800 |
committer | Yifan Hong <elsk@google.com> | Fri Nov 13 18:45:03 2020 -0800 |
tree | 19d8dc321aefe7d36643b87dee0a9c4f8a77bb55 | |
parent | 4cecc437962f947584d298db16df2392b88c2890 [diff] |
Pass kernel version file to check_vintf. check_vintf now accept a path to a file that contains the kernel version string. Use it. Test: m check-vintf-all and manual inspect Bug: 161317193 Change-Id: I4812c93f352686d73c5832d59e43a297d93e67a2
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.