commit | fbdde1700b6af2519796702cd26ade32cda592dc | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Tue Nov 19 07:36:22 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Nov 19 07:36:22 2024 +0000 |
tree | a045c4df2c4ccf6f1bcd572b48b07bc3b30f032a | |
parent | 6ae56574925403f8bac33e747d61d97c2d81d7b4 [diff] | |
parent | 7089890f6fdb015f7bb9067fe1daece1327d52e3 [diff] |
Merge "Fix android_gsi dirs and symlinks" into main am: 7089890f6f Original change: https://android-review.googlesource.com/c/platform/build/+/3364087 Change-Id: I26375d1d6918da64c548aaa553884922eb4149a6 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.