commit | 6d69bf0c8ffd981f5be496a3fca36d73c8e23f5f | [log] [tgz] |
---|---|---|
author | Satish Yalla <satishy@google.com> | Wed Mar 12 22:25:36 2025 -0700 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Mar 12 22:25:36 2025 -0700 |
tree | 4b11d583e3207cee91e495a17266d76dc400df1b | |
parent | 1754e6846714428c883bd33c9a1a2ec184659f11 [diff] |
Revert "Add symlinks that are in make-built system partition but not in soong-built system partition" This reverts commit 1754e6846714428c883bd33c9a1a2ec184659f11. Reason for revert: Droidmonitor created revert due to b/403064386. Will be verified through ABTD for standard investigation. Change-Id: Ia30a527dd749a7035a7b4c6b164f59bb6f2f0dc1
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.