commit | f05c249d2ae7488059bce1bba70b10aa7802fb0a | [log] [tgz] |
---|---|---|
author | Alex Buynytskyy <alexbuy@google.com> | Wed Mar 13 18:29:25 2024 +0000 |
committer | Alex Buynytskyy <alexbuy@google.com> | Wed Mar 13 18:39:43 2024 +0000 |
tree | 041daddf4e408a4fc51c98153b648380fecf6033 | |
parent | 4fb99d85e6604aca7af5f72db881c1be07be4be0 [diff] |
Finalization bugfixes. Keep isAtLeast* functions compatible with older release configs. Fixes: 329312253 Test: local run + presubmit Ignore-AOSP-First: release configs present in internal repo only Change-Id: I776dd808e2e01e8a1c7a6f9b6171fd84f49cdcdf
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.