commit | 8b7ecc06c792c7d5048d654a9ddd30575a0f2c72 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Mon Oct 01 16:23:53 2018 +0100 |
committer | Anton Hansson <hansson@google.com> | Mon Oct 01 16:23:53 2018 +0100 |
tree | 23bc23ee903149b189007ce38a33b307e23e3693 | |
parent | 60be6ae961f5c0cdb591245d41674e2752cd31d5 [diff] |
Record installed JNI libs in INSTALLED files. The installed jni libs were previously not tracked in the way other installed files were. One problem with this is that the product-installed-files macro failed to track these files. Bug: 80410283 Test: build_test Change-Id: I85f528f228ef6921ed596d58303991a5370ae631
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.