commit | 7d223c6ddddc7314df8f600fb29fb1f0304bbfde | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Thu Aug 01 12:12:59 2019 -0700 |
committer | Tao Bao <tbao@google.com> | Thu Aug 01 12:22:54 2019 -0700 |
tree | f8aa87c80a64757d37cb14b44e13b5eb5e7147da | |
parent | f915d9d58628dbf897297c0d94e4b7e59f0d3c9e [diff] |
releasetools: Add FORCE_RUN_RELEASETOOLS. This allows test runner to take care of the external tools setup, then to start the test without a lunch'd environment. This is needed before having supports like python_test_helper that packs dependents into releasetools_test module. Bug: 138791766 Test: Don't lunch any target. Use `FORCE_RUN_RELEASETOOLS=1 python -m unittest -v test_add_img_to_target_files` and check there's no skipped testcases. Change-Id: Iafeaba54fc228d8e1fc5ff3c91f7ffebef18ad7f
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.