commit | 56ac6da961eb660c8ea59c5bb9d71a67433702f5 | [log] [tgz] |
---|---|---|
author | Paul Duffin <paulduffin@google.com> | Fri Apr 19 11:52:47 2024 +0100 |
committer | Paul Duffin <paulduffin@google.com> | Fri Apr 19 12:34:47 2024 +0100 |
tree | e477016053470db9b18cdb425d0a0faa2d4ffcfb | |
parent | f8e79f113b0d062a539d419f2bb3c18c0cfc3888 [diff] |
Use new metalava jar-to-diff command Replaces the use of `--input-jar-file` and `--api-xml` with the newly added `jar-to-diff` command. Test: TARGETS=$(for i in api.xml system-api.xml module-lib-api.xml system-server-api.xml test-api.xml; do echo out/target/common/obj/$i; done) m $TARGETS # Diff $TARGETS with and without this change to make sure that # they are identical, which they are. Change-Id: I6a78febb4b2e4d06a0b3aea29fb4a7f94c9ab9a4
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.