commit | a8f0bb8df822711ce7ecae12e902e2f72131ef66 | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Wed Jun 26 17:12:20 2024 -0700 |
committer | Kelvin Zhang <zhangkelvin@google.com> | Wed Jun 26 17:12:20 2024 -0700 |
tree | 4d64322d4106a19ed94353eee8315c3d8e09dcdc | |
parent | 9ef8a0278220ec558e3a72ec0f40e7fcbc90c5d7 [diff] |
Move COMPRESSION_COMMAND_DEPS before first use Test: th Bug: 349524000 Change-Id: I6e9a406a04392ce17ad787c28052ee20f3d162a5
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.