commit | 6d82fa3961d6896b00d79c80bdcad6e729648f94 | [log] [tgz] |
---|---|---|
author | Daniel Norman <danielnorman@google.com> | Fri Mar 22 17:53:04 2019 -0700 |
committer | Daniel Norman <danielnorman@google.com> | Thu Mar 28 14:43:30 2019 -0700 |
tree | 76db4f5b46eaf6137852778e7d72478bf8d7b46b | |
parent | 3f6483cb0f63dd1fb59e18b4bfce987cac7bcbd2 [diff] |
Adds some tests for merge_target_files. Test: python -m unittest test_merge_target_files Bug: 129262038 Change-Id: Ibcb3b384b81ceaa1924a6cd402a8880bd3cfbba6
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.