| commit | 0e426f646784e2d233098f6aa0f7444070b1049f | [log] [tgz] |
|---|---|---|
| author | Jim Tang <jimtang@google.com> | Wed Aug 27 22:27:22 2025 +0800 |
| committer | Jim Tang <jimtang@google.com> | Wed Sep 10 10:42:04 2025 +0800 |
| tree | a5c0978f3fe69cb221a2c070d60ee9eab53bbf24 | |
| parent | 1913c1ebe107b42bb32bc29e42726c88dc0c148d [diff] |
Remove offline-sdk-docs.mk Bug: 437232397 Test: lunch sdk-trunk_staging-userdebug && m sdk Test: m offline-sdk-docs docs Change-Id: I7bc2b01863d4a1ba0b6c5a04801a41689e4ff745
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.