commit | 7b578d32f9c9e676bff1ed15649bcd955d350aaa | [log] [tgz] |
---|---|---|
author | Joe Onorato <joeo@google.com> | Fri May 19 09:13:36 2023 -0700 |
committer | Joe Onorato <joeo@google.com> | Fri May 19 09:22:42 2023 -0700 |
tree | 60c7ec4f6d1dd654f498ffd213eb98cd49a3ef7a | |
parent | ab9fb567841feaeb76b3a81780e81a09cded6dbe [diff] |
Revert "Define release flags in starlark instead of make" This reverts commit c113a702219e8b52aa0628875a18c03aef8167e1. Doesn't work with OUT_DIR hard coded outside the tree. Test: OUT_DIR=/source/whatever m Bug: 283278495 Change-Id: I8cc74a9ec936b9c7502b97b9b7a4fd731988c407
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.