| commit | 3c64dc68ca525f410c34dfd63e65a5c91858ac00 | [log] [tgz] |
|---|---|---|
| author | Yelin Hsieh <yelinhsieh@google.com> | Wed Jul 16 10:22:22 2025 -0700 |
| committer | Yelin Hsieh <yelinhsieh@google.com> | Wed Jul 30 19:41:43 2025 -0700 |
| tree | 61da2ae36ee961fe77225a4302edc523cb426040 | |
| parent | 71d79d0a58e112f76ee2c2dfdebd331971145b4c [diff] |
Delete csuite.mk. Bug: 431637141 Test: lunch cf_x86_64_phone-trunk_staging-userdebug && m csuite Change-Id: I9bc12823c927c6665a1118f7021173d891623552
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.