commit | ee12a6552dbd06d8ce4d9fccb74f8761299b6cab | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Sun Jan 21 23:16:17 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sun Jan 21 23:16:17 2024 +0000 |
tree | e6286eb465dfbda2b44d9d80e675f312876f675e | |
parent | f640f246b9c7c640d046824029e0f73f25ba58c8 [diff] | |
parent | 88c1294fb89727178c6f8701cced7cdd9aefcdf1 [diff] |
Merge "Install libvintf_jni" into main am: b14bf5f6e9 am: 88c1294fb8 Original change: https://android-review.googlesource.com/c/platform/build/+/2891591 Change-Id: Ibbc1af4683aac3e62492a50ad6c2a7fe6831638c 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.