commit | 2b334f5c929a435d2e41c484517c1c7f0500f826 | [log] [tgz] |
---|---|---|
author | Dan Shi <dshi@google.com> | Fri Dec 22 20:23:22 2017 -0800 |
committer | Dan Shi <dshi@google.com> | Mon Jan 01 20:26:27 2018 -0800 |
tree | 121988b1d42863ee39ae5eb89d1bb10dd439bead | |
parent | 15820578b202960eee5c1633d00b657380fcec38 [diff] |
Force test config to be updated when auto_gen_test_config.py is changed Bug: 70981774,69929803 Test: Modify tools/auto_gen_test_config.py, confirm the test config file is updated. Change-Id: I55bd07c8bdc6e26f9c8ad6df733d2c5da09d0ceb
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.