commit | ac0d49fe1ea3c1852ccd44ec2ca0e8cfd630f74a | [log] [tgz] |
---|---|---|
author | Yi-yo Chiang <yochiang@google.com> | Wed Jul 25 13:34:28 2018 +0800 |
committer | Logan Chien <loganchien@google.com> | Mon Jul 30 18:45:17 2018 +0000 |
tree | d54f78c01c1bdc5bde0b83f9067cf5b9cf0a004a | |
parent | f2bea1b2966be77b7a2abe06c54d48e05e1b3c3b [diff] |
Change the content of lsdump_paths.txt to newline-separated paths This commit changes the delimiters from space characters to newline characters so that lsdump_paths.txt can be easily read and parsed by human. Bug: 111814844 Test: m vndk findlsdumps -j18 Change-Id: I5c50934a0f035244cff71351d9f4be4203222590
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.