| commit | a5bb02ed8cc32ccdd13aa08fcff68aa5ed1fc164 | [log] [tgz] |
|---|---|---|
| author | Roman Kiryanov <rkir@google.com> | Thu May 08 01:34:59 2025 +0000 |
| committer | Roman Kiryanov <rkir@google.com> | Thu May 08 01:34:59 2025 +0000 |
| tree | 86995741d5d8990426b8c84885cc454b561f91f3 | |
| parent | 6e2507c3bce61550c7bd568dc6b7244ed61689ca [diff] |
Update path to device/generic/goldfish/tools Bug: 416327221 Test: m emu_img_zip Change-Id: I8e8ed15d1c2a726e8c93fd7c8072a26c0a9ad3a0 Signed-off-by: Roman Kiryanov <rkir@google.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.