commit | 2a9290258f94c57fad6850170233d8c20880ee42 | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Fri Oct 18 22:06:13 2024 +0000 |
committer | Julien Desprez <jdesprez@google.com> | Tue Nov 05 21:43:32 2024 +0000 |
tree | 2d2e4ec7141dbfe94c6460b58fa267ca26b32a19 | |
parent | 7edeaad1a5f2c3ff6bc65ebfcc00834a38930ed1 [diff] |
Symlink shared libs to their module in general-tests.zip Test: presubmit inspect build, local build inspect zip Bug: 355009651 Change-Id: I39cb84a68f343017c6e95f66b336162252ae9418
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.