commit | 13d374ab41496e8a175031e29c84a89395afd85e | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Thu Sep 28 12:04:56 2023 -0700 |
committer | Cole Faust <colefaust@google.com> | Thu Sep 28 12:04:56 2023 -0700 |
tree | 77d863cfdb991c89b1b30d4ed0051d4a667809ed | |
parent | b78b33404118ff31e385129fe91a2cea9bfecf5c [diff] |
Remove other partition's AVB properties This is to ensure a partition doesn't need to be aware of the other partitions in order to be built. Also sort the image info file so it's easier to compare with bazel. Bug: 297269187 Test: m && emulator on sdk_phone_x86_64-userdebug Change-Id: I8e4b2049f602c8db109bf53e1359751a9ed9dd7a
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.