commit | adbf4daee3dadabf2a3a6e02e8a89e864fdb179f | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Fri Sep 09 15:57:58 2022 +0100 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Fri Sep 09 19:15:30 2022 +0100 |
tree | 45d8a881da0ba540fc9a3dd186e40455313ad83e | |
parent | cb1d31c43b7bf66ded40879bd1daf42234215db8 [diff] |
core: Introduce a pvmfwimage phony target Similarly to other images, introduce a Ximage phony target for building the pvmfw.img partition image. Bug: 237371962 Test: m pvmfwimage Change-Id: I2c17ec93c1e00d4d4df6f5196333ccb73a7c56d2
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.