commit | c50121613dda8c13ae9f7fe49c11f8500dcec743 | [log] [tgz] |
---|---|---|
author | Ted Bauer <tedbauer@google.com> | Wed Sep 04 18:11:59 2024 +0000 |
committer | Ted Bauer <tedbauer@google.com> | Wed Sep 04 18:11:59 2024 +0000 |
tree | edc346a2872637394f3cbcd47f400f8879b61ec3 | |
parent | d41d4149f6852a78db7c6d5285fb1f43d29c8790 [diff] |
Don't show container in list new storage Change-Id: I24263e244d5b86ef066cd2efd511a890b03bf6e7 Test: m Bug: 324436145
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.