commit | 9852b95ff3d741e6cd6fe027de138cba3105eff2 | [log] [tgz] |
---|---|---|
author | Herbert Xue <herbertxue@google.com> | Thu Jun 13 13:16:49 2024 +0800 |
committer | Herbert Xue <herbertxue@google.com> | Thu Jun 13 14:36:13 2024 +0800 |
tree | 06f534031491ea8fc517e7a92ae46818a7bf73e3 | |
parent | f94c02c7f32a1c75fc8e543da113c4aeaced4464 [diff] |
Shift the preprocess mk before build emulator packages Test run: - https://android-build.corp.google.com/builds/abtd/run/L68900030004495469 Bug: 344588337 Test: build/soong/soong_ui.bash --make-mode TARGET_PRODUCT=sdk_g3caiman_x86_64 TARGET_RELEASE=trunk TARGET_BUILD_VARIANT=userdebug droid dist Change-Id: I7d050428d5cc17de8078f8824991b71b7915a4a4
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.