commit | 735f41a9be236a1f136abae5082fe31f524beec6 | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mfasheh@google.com> | Wed Jun 05 18:56:06 2024 +0000 |
committer | Nate Jiang <qiangjiang@google.com> | Thu Nov 07 00:10:22 2024 +0000 |
tree | dd4edbb6dae8e3dcfbf6a1087c9f37035850bdb0 | |
parent | 31dfdeced0ca2a7e9aa23be35ecd2f8df6d2083c [diff] |
Hook RELEASE_MESSAGEQUEUE_IMPLEMENTATION into build This will allow us to select between implemenations in frameworks/base/core/java/Android.bp Test: atest MessageQueueTest Test: boot phone and use it Bug: 336880969 Bug: 377764431 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:3dd4284460a302a8e0c2a7f46072754dc2c8ae65) Merged-In: Ib8d18cc9b276afc3b9df2ce8a515b92f5dc2d13a Change-Id: Ib8d18cc9b276afc3b9df2ce8a515b92f5dc2d13a
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.