commit | ae9595674b34d151e4b58875a16a3fcf7b9c0f48 | [log] [tgz] |
---|---|---|
author | Pirama Arumuga Nainar <pirama@google.com> | Mon Jan 29 09:22:24 2018 -0800 |
committer | Pirama Arumuga Nainar <pirama@google.com> | Mon Jan 29 14:48:08 2018 -0800 |
tree | 931429ad887b968de50893733ba8bf0ea16e75cc | |
parent | ae891fb19e69778e06644f69042bc397504a4d84 [diff] |
Write SOONG_MODULES_MISSING_PGO_PROFILE_FILE to $DIST_DIR Bug: http://b/72642679 Store missing profile files and the modules that refer to them, passed via SOONG_MODULES_MISSING_PGO_PROFILE_FILE variable, to $DIST_DIR/pgo_profile_file_missing.txt as part of the 'dist' target. Test: 'm dist' and verify creation of pgo_profile_file_missing.txt. Change-Id: I4ac0a1f413cbb99b33ad1903aeebd3ebcf3b9f59
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.