commit | d01ea714e2697238a3bf42012ad7397493502951 | [log] [tgz] |
---|---|---|
author | Jihoon Kang <jihoonkang@google.com> | Wed May 08 01:01:12 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed May 08 01:01:12 2024 +0000 |
tree | 8257ac3250758c0df76e9b6bb1052e6374ad6645 | |
parent | 132fceec4c28cd66b505b6dc459bf671e2c4ed22 [diff] |
Revert^2 "Remove obsolete java compilation artifacts" This reverts commit 132fceec4c28cd66b505b6dc459bf671e2c4ed22. Reason for revert: CleanSpec.mk files are not meant to be reverted. Change-Id: I72ad8d1b610f67525c905634f77b4d12849dbe30
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.