commit | b2063049f878fdb37025b7f96df5adfb4585af28 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri Nov 17 19:08:58 2023 -0800 |
committer | Colin Cross <ccross@android.com> | Tue Jan 02 14:33:20 2024 -0800 |
tree | 5ef842c8b71fcc7d79734ea2b020176929109d5a | |
parent | 4dc569ae493c0fc7a5ad7034c81064896d692007 [diff] |
Don't install vintf and init.rc from Soong Soong is now handling installing init.rc and vintf fragment files, don't install them in Make for Soong modules. Bug: 309006256 Test: Compare installed files Change-Id: Ied43c207c6ae158d3f41d81c7fe16688331bf13c
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.