commit | 373068f9fb4b1848a8e8e4e5ab8117e7b228bb3a | [log] [tgz] |
---|---|---|
author | Jihoon Kang <jihoonkang@google.com> | Thu Mar 20 16:18:17 2025 -0700 |
committer | Jihoon Kang <jihoonkang@google.com> | Thu Mar 20 16:18:17 2025 -0700 |
tree | 00c1fff1b0fac297a16dbd8cd06410fd74243293 | |
parent | 03f487e0a063d5905a3a51aad1b7255af92303a0 [diff] |
Revert "Generate symbols mapping files for jni libs" Revert submission 3542808 Reason for revert: Breaking coverage tools Reverted changes: /q/submissionid:3542808 Change-Id: Ie19b1ae7d5d1ab2d96598d709a921d4c3ada620a
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.