commit | a4762e67d34d8fde59f839ffda95807f10fa297e | [log] [tgz] |
---|---|---|
author | Marko Man <darkobas@gmail.com> | Fri Jan 17 01:35:17 2020 +0100 |
committer | micky387 <mickaelsaibi@free.fr> | Wed Sep 18 15:45:49 2024 -0400 |
tree | 85ba98d8d4a7b5b804690cd87117d1c6277caca7 | |
parent | 2aa7956a3911d01f830d7f296816509cd8c0eb11 [diff] |
Build: build release if we say so Change-Id: I51866385b6e2d658f3b21821597c0dbf34a76c6b build: add MICROG to release-keys filter Change-Id: I2095a211141cf8107858ba62a48724b86dac5f4b
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.