commit | 5f5e2362fae8af33c040398f44c7564d442ce20f | [log] [tgz] |
---|---|---|
author | yangbill <yangbill@google.com> | Wed Oct 13 16:25:35 2021 +0800 |
committer | Bill Yang <yangbill@google.com> | Mon Nov 01 06:38:43 2021 +0000 |
tree | 7c58aa95f370ce2c50b73e1c808b30246fb42e8f | |
parent | 76a4c62f5642a92e387a6e39ef711ddd6724891a [diff] |
Add share_libs and system_share_libs to module-info Bug: 202922558 Bug: 204269866 Test: m out/target/product/vsoc_x86_64/module-info.json Change-Id: Idb4e66216cac4835968454f83196107f6bec4c1c
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.