commit | 7ecdf7500985ec21810beb1acece3f17f4844e01 | [log] [tgz] |
---|---|---|
author | Jihoon Kang <jihoonkang@google.com> | Thu Mar 20 21:58:03 2025 -0700 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Mar 20 21:58:03 2025 -0700 |
tree | ec74ca8cf7e076a5bc71e10910d808a49794f8ed | |
parent | de6c2706365b034d04fdf177c6488b7816a69b9a [diff] | |
parent | 9566a5e1baeb1f34fffa0d341ef3996e4b6ed333 [diff] |
Merge changes from topic "revert-3542808-FGVHVOTNBS" into main * changes: Revert "Modify the params of copy-unstripped-elf-file-with-mapping" Revert "Generate symbols mapping files for jni libs" Revert "Create symbols.zip per test suite" Revert "Remove redundant entries from symbols.zip" Revert "Replace test suites symbols.zip name patterns"
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.