commit | 56f8a77012fdfe434866e056a0201260420b396b | [log] [tgz] |
---|---|---|
author | Devin Moore <devinmoore@google.com> | Fri Feb 02 01:06:45 2024 +0000 |
committer | Devin Moore <devinmoore@google.com> | Fri Feb 09 18:10:40 2024 +0000 |
tree | 1d18f558d58da9c69a95c356361a936b1e644555 | |
parent | 1b68f01c939978d7dc3b2e1f7f64f9236562d58f [diff] |
Use existing script to create new compatibility matrix During vintf finalization we need to create a new compatibility matrix and kernel configs for that new level. There is an existing script that can already do this! Use it! Ignore-AOSP-First: b/304316873#comment10 https://android-build.corp.google.com/builds/abtd/run/L07600030001757459 Test: ./finalize-vintf-resources.sh Bug: 279809333 Change-Id: Ie97c762943445c8c95a8ebf0ea1b8c6610dc69b2
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.