commit | fe6f1f3a8a6276d228df49a195850c7d85fdbb89 | [log] [tgz] |
---|---|---|
author | Daniel Zheng <zhengdaniel@google.com> | Mon Apr 01 19:47:23 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Apr 01 19:47:23 2024 +0000 |
tree | 89b56cd4bd1f47b7b4f213a5faeebd51da4a5079 | |
parent | ba2858775b87b47c9040f5da712be265d67ef20e [diff] | |
parent | a56129ed0440a8e0f410d26b10b3e5d5dfa25d6a [diff] |
Merge "Full ota v3 compatibilty check" into main am: 7187b548e6 am: a56129ed04 Original change: https://android-review.googlesource.com/c/platform/build/+/3019396 Change-Id: Idec12a8321904e6d6251d9e80a999cf10df8e595 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.