commit | 74a36536c352e01543bed8450af15131a5c1851c | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Thu Mar 21 14:51:35 2019 +0000 |
committer | Anton Hansson <hansson@google.com> | Wed Apr 03 14:24:43 2019 +0100 |
tree | f37d0d170f676dfa8e001e0d4474cffcec8488af | |
parent | 7369b7622f531b6658c8067750475e4dc964c850 [diff] |
Indent the install_jni_libs makefiles These files are pretty dense, and are difficult to read without indentation. Bug: 129323707 Test: noop on presubmits Change-Id: I5fde5429120e80a8c6329ea43d32b3ee324a2632
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.