commit | 452bc2b9e70aa4a6c425ed81c71133805ae90318 | [log] [tgz] |
---|---|---|
author | Wei Li <weiwli@google.com> | Thu Jul 13 02:06:12 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Jul 13 02:06:12 2023 +0000 |
tree | 7f473f657cff58d68bb58c29d609d0bca99c6671 | |
parent | e4ef96d3c39af76c488b4fec6f25ef0e0f2b8005 [diff] | |
parent | f2e1a18d79bc4ea80c8b787f453c25d2fc926411 [diff] |
[automerger skipped] Include static libraries information in Android SBOM. am: ccf5023a1e am: 7e3e842f07 am: f2e1a18d79 -s ours am skip reason: Merged-In Ie2365d79ba24910b7ace132b578589be10a17d78 with SHA-1 ccf5023a1e is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/24029569 Change-Id: I5c07a9f2d37001c74b8b031f8c0e37e1cc98b82f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.