commit | f4edfddbed39759488db137251087929bfaa7b33 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Thu Oct 19 20:15:20 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Oct 19 20:15:20 2023 +0000 |
tree | d2d42989fb4fc7ee99e0a2582ab2ad98ab4b1955 | |
parent | 3a1248f007bc5f657d0bf6be68e51ef92bdbb41f [diff] | |
parent | cb2f3fa4d26b025325835b9891ca1aacdba63403 [diff] |
Merge "Install llndk.libraries.txt with llndk_in_system" into main am: bd7e1b13d2 am: cb2f3fa4d2 Original change: https://android-review.googlesource.com/c/platform/build/+/2792453 Change-Id: Iab1173b39e622cc844621cb7193d4fd7e410e0fe 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.