commit | ce3615c9e3ac995b5b0cbc6e5ab3f9919f82012c | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Fri Mar 10 07:03:35 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Mar 10 07:03:35 2023 +0000 |
tree | 74941e65febc0bb86d0d9720c0b23792f20abed0 | |
parent | 0939a08e0ca5bb5a35a932b37597ec503496db65 [diff] | |
parent | c3eb995eefef3f3d779d17895de3e9a2a101cdea [diff] |
Merge "Don't install jni libs for uninstallable modules" am: c3eb995eef Original change: https://android-review.googlesource.com/c/platform/build/+/2462473 Change-Id: Ifdb261e2f296b89743aa50a5a7c9073028006c88 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.