commit | e4814b895bc48b9cd48ff2492ce4adf7931f4a90 | [log] [tgz] |
---|---|---|
author | Artur Satayev <satayev@google.com> | Mon Feb 14 12:59:22 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Feb 14 12:59:22 2022 +0000 |
tree | 7335c533ca335206fafed2a1b0d13bc9edb59224 | |
parent | 688949328653753daf09bfcdbb61c095e4fb3fe0 [diff] | |
parent | f20c233bad2f60d316768db64cdd9036ae712873 [diff] |
Merge "Introduce ro.build.version.known_codenames sysprop." am: ac87c5e13a am: 206f023938 am: f20c233bad Original change: https://android-review.googlesource.com/c/platform/build/+/1976678 Change-Id: I2360bda8d8cc85e759f7870dea0ef09753551f5d
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.