commit | 2e057215b964da57e4b1301d54d5027c8063ef24 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Tue Jun 21 10:12:24 2022 +0900 |
committer | Jiyong Park <jiyong@google.com> | Tue Jun 21 10:12:24 2022 +0900 |
tree | 67e0f0975bbe5784e0b6d417e6977271c93cb24d | |
parent | 7669d15025856eec6a940b4d0d747ed01c179997 [diff] |
Export PLATFORM_VERSION_KNOWN_CODENAMES to soong Bug: 236602028 Test: watch TH Change-Id: Ieb156dfb363e58ef4949cf5a340b3011f310097f
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.