commit | 467d22f2a87eb4f27253bb3781eae36d7e28c9b5 | [log] [tgz] |
---|---|---|
author | Dennis Shen <dzshen@google.com> | Tue Apr 02 13:00:06 2024 +0000 |
committer | Dennis Shen <dzshen@google.com> | Tue Apr 02 13:47:42 2024 +0000 |
tree | a0d4def743994a4b4ce0d9ad8fe335e2719241b7 | |
parent | 3e4c33c1bc9b404ac6331e3ed368fe2cd486c5e7 [diff] |
aconfig: enable tests in presubmits Bug: b/321077378 Test: atest each test Change-Id: Id8a47605c5642a9459d16c8414adc8590fd4c46d
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.