commit | 6a442b1837404ae0299563a837779700c912ece6 | [log] [tgz] |
---|---|---|
author | Dennis Shen <dzshen@google.com> | Wed Nov 27 16:46:30 2024 +0000 |
committer | Dennis Shen <dzshen@google.com> | Thu Dec 19 10:28:30 2024 -0800 |
tree | bf0db03fb7ab69abad8d3ae1346fb360bcdb9d1a | |
parent | d174d4991d6874a57adb6c29c70b48bb2af246c4 [diff] |
Update native test mode codegen to fallback to call new storage Test: m Change-Id: Idd014b22ed67d338b34402978f3566bb9c2ad291
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.