commit | 42cfcfe288f8daf51c13131dbc8b700076df30fe | [log] [tgz] |
---|---|---|
author | Wei Li <weiwli@google.com> | Tue May 30 15:03:03 2023 -0700 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Jul 14 01:23:48 2023 +0000 |
tree | 380f462ab397aa63820f84242d1fa5e7738b1659 | |
parent | a035e7cb558cd44681c2833773a62ec8c3f704dc [diff] |
Include static libraries information in Android SBOM. Bug: 280852724 Test: CIs Test: lunch aosp_cf_x86_64_phone-userdebug && m sbom (cherry picked from https://android-review.googlesource.com/q/commit:d263695cd4dea0f9e4db71691c57ebb63621c09a) (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:ccf5023a1edcf6c8569ac97b35880eaf129ed0ce) Merged-In: Ie2365d79ba24910b7ace132b578589be10a17d78 Change-Id: Ie2365d79ba24910b7ace132b578589be10a17d78
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.