commit | e03153b2bd2b6d540210316804be00e8bec62eab | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Thu Jan 26 17:29:13 2023 -0800 |
committer | Cole Faust <colefaust@google.com> | Thu Jan 26 17:29:13 2023 -0800 |
tree | d1bc41323338eb76b5e4632c529891fd6bc2c030 | |
parent | 459dcab94e0c9415d1ba1d3e28c10c86cbd31606 [diff] |
Convert auto_gen_test_config.py to python 3 This script is run by soong, but without specifying the python launcher, so it uses the default "python" in the path, which is python 2. Convert the script to use python 3. Bug: 203436762 Test: Building an internal product that uses this Change-Id: I4496c03b8669c54d080aa45c446dd1f27d91259e
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.