commit | 36f4a72aa77caf1ae748e7c6ef15faab420b32fe | [log] [tgz] |
---|---|---|
author | Bob Badour <bbadour@google.com> | Fri Dec 16 15:09:00 2022 -0800 |
committer | Bob Badour <bbadour@google.com> | Wed Jan 04 00:01:26 2023 +0000 |
tree | 82627b24e74219ec6457952ca4adaf5d55f16781 | |
parent | a6ee6d55111c941d75529727091345dbe8bcf923 [diff] |
Create regression test to catch WalkAction error. Bug: 261787132 Test: m compliance_checkshare Change-Id: I9f6a39a7f1cf50f9a0134b16f68d33f171cf7f13
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.