commit | 0023fa857c53ffe61eb146a76837ac914f4df04d | [log] [tgz] |
---|---|---|
author | Dianne Hackborn <hackbod@google.com> | Tue Oct 22 15:58:17 2019 -0700 |
committer | Narayan Kamath <narayan@google.com> | Wed Feb 05 12:22:29 2020 +0000 |
tree | 7e580f5a3742181bcd562ed334c05ef4f1bf23fe | |
parent | d176ccf946c0187b40996079af3e9250044e5909 [diff] |
Add basic support ro.build.version.release_or_codename Currently no different from "release". Will be updated to differ in a follow up change, once all related issues have been resolved. Bug: 143175463 Test: manual Change-Id: I2e7de023d49cb1dcb83637e2c9af5a3e48e46f7d
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.