commit | de10ae3494f506c8479134ba01d5b23550256e0b | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Mon Jan 08 04:14:38 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Jan 08 04:14:38 2024 +0000 |
tree | 2217ad24e39bf2db16829ff97be1158db9227060 | |
parent | a9747bc748e6a2437c4964af448a336953057c7d [diff] | |
parent | 4b0a927c2b3393f6b8f97a0e40cd78c5b937f361 [diff] |
Merge "New LLNDK libvendorsupport.so for vendor api level" into main am: 88b268f4b2 am: 8ea7577fc5 am: 4b0a927c2b Original change: https://android-review.googlesource.com/c/platform/build/+/2897102 Change-Id: Ie1a97aea1866f208d75c5b12ecfaad7b8e9606c3 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.