commit | efdceb68b6161fd318626026b5c34d339804f401 | [log] [tgz] |
---|---|---|
author | Jaewoong Jung <jungjw@google.com> | Fri Feb 19 21:53:10 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Feb 19 21:53:10 2021 +0000 |
tree | 82e819e169a6bb0125b5990e9088e89db2dc0cf4 | |
parent | 90cfe2876ce4b6e006ce8752f79dd5bbaf38b62c [diff] | |
parent | b6d7c5ccb09b255e7e357a4032f0bf79d9e02a91 [diff] |
Merge "Remove unwanted JNI libs outside inflating action." am: b6d7c5ccb0 Original change: https://android-review.googlesource.com/c/platform/build/+/1595573 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Idb9e716ad5f7c6534916ac346095697b8bf0a8cd
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.