commit | 600feb8a21db3a5fda9eaa8e44bc466bf32ced18 | [log] [tgz] |
---|---|---|
author | Yi-Yo Chiang <yochiang@google.com> | Thu Feb 22 16:22:41 2024 +0800 |
committer | Yi-Yo Chiang <yochiang@google.com> | Thu Feb 22 11:47:22 2024 +0000 |
tree | 484d48d9637e119d5b7a888ea6f97b237390eaf2 | |
parent | 407073150782cc0adfa9042cfe41df5ba45cdb14 [diff] |
Skip check_vintf_system_deps if not building system image There's no point testing the system vintf boundary on a system image -less target. Bug: 326354182 Bug: 326359088 Test: Build a system image -less target Change-Id: I1ef71f93acb1e7a6252ae14e18c30cb23cb08db2
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.