commit | e64367cf2972d4616c2dcb3406fa194474237faf | [log] [tgz] |
---|---|---|
author | Wei Li <weiwli@google.com> | Wed Mar 29 17:40:36 2023 -0700 |
committer | Wei Li <weiwli@google.com> | Wed Apr 05 11:06:40 2023 -0700 |
tree | 621f1ec2be1ef90c2e295a0b95596fd7f6125324 | |
parent | 3aa464411743da8038d450e7053d44e8208376f3 [diff] |
Add partition compatibility symlinks to installed file list. Bug: 272358980 Test: CIs Test: build/soong/tests/sbom_test.sh Change-Id: If7c6b218a13dccc2cb74358b01dd9d5db52998fc
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.