commit | 77c07dd6d0776f4b85d27f4d20af9019228b2cb9 | [log] [tgz] |
---|---|---|
author | Jae Shin <jaeshin@google.com> | Fri Dec 22 11:24:00 2017 +0900 |
committer | Jae Shin <jaeshin@google.com> | Thu Jan 04 10:07:30 2018 +0900 |
tree | 6257040d68d9cc48754525356151fe079d60c200 | |
parent | 8798bb70da11072fa24281102a77d952f7196a6d [diff] |
Apply change in prebuilt names for config files The suffix for VNDK config files ld.config.txt, llndk.libraries.txt, and vndksp.libraries.txt has been changed to *.$(PLATFORM_VNDK_VERSION).txt. Refactor the paths-of-intermediates function such that instead of parsing filenames from list of modules within the function, provide the function a list of preprocessed module_name:file_name pairs. Bug: 70918357 Test: m -j vndk dist Change-Id: I2d69b7822cef4c709e15a53f99c7ab2efb22406c
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.