commit | f08ab3d098448085616264312eb911936e39f14f | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Thu Oct 20 13:36:05 2022 -0700 |
committer | Cole Faust <colefaust@google.com> | Thu Oct 20 13:40:07 2022 -0700 |
tree | 8642898ecf654fd16d363464a99e4f24f8c73168 | |
parent | eb5f9e2bef6a620cba79554b26b64e2155710f1b [diff] |
Fix broken fs_config_generator tests These tests were failing at TOT. Also add a python_test_host target so the tests will be run on CI in the future. Bug: 203436762 Test: m libc, prebuilts/build-tools/linux-x86/bin/py2-cmd build/make/tools/fs_config/test_fs_config_generator.py Change-Id: I6dda841023a2f5e76d59360d08626fc1a8842ffe
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.