commit | ca82fc90f74452af7fd2726df578f9bd80320a45 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed May 01 21:58:03 2019 -0700 |
committer | Tao Bao <tbao@google.com> | Tue Jul 09 05:14:31 2019 +0000 |
tree | edf9a8973c9672f1c2ce471b603348e243866832 | |
parent | 6e3ae4e849dc8ed68fba8531d499199a749ecf6c [diff] |
Additionally run releasetools_test with Python 3. Bug: 131631303 Test: TreeHugger Test: `atest releasetools_test` Test: `atest releasetools_py3_test` Change-Id: Ie00f48835aae41bc69ab8554b856a62aa3b497cc
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.