commit | 3d4c7268f589cd7eaa4fc4f71e99119c94b407e4 | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Mon Feb 10 16:08:02 2025 -0800 |
committer | Cole Faust <colefaust@google.com> | Mon Feb 10 16:08:02 2025 -0800 |
tree | 4a3d84e9afcb9cb57fd65758f21fac89171ac10a | |
parent | 738684701a223bc315b15e192cb79572e864f593 [diff] |
Add soong_only_diff_test target soong_only_diff_test will build a zip file of all the make partitions, and one of all the soong-built partitions, and diff them. Right now the zips have some diffs and the test fails, this is just the initial implementation. Bug: 376539388 Test: m soong_only_diff_test Change-Id: Ief5bf36d1662258f7444607ee0c93114fcdce3be
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.