commit | 7cf07b3ec7a11c7b3ca0f9765bf6dd1fa5f8c4b5 | [log] [tgz] |
---|---|---|
author | zhidou <zhidou@google.com> | Fri Nov 01 18:57:07 2024 +0000 |
committer | zhidou <zhidou@google.com> | Fri Nov 01 19:22:01 2024 +0000 |
tree | 300f932c3560861ee426a8c9c01ec5d457bbc6d0 | |
parent | e4849e87ab660b59a6501b3928693db065ee873b [diff] |
add new flag new_storage_platform_system_api Bug: 372729920 Test: presubmit Flag: NONE build file change Change-Id: If03ea9a361f0ac0b91b92201c73b3bf342d2d63b
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.