commit | 733023a93ab436e0247722232d19579d3cce083e | [log] [tgz] |
---|---|---|
author | Zhi Dou <zhidou@google.com> | Fri Dec 06 16:31:56 2024 +0000 |
committer | Zhi Dou <zhidou@google.com> | Fri Dec 06 20:15:05 2024 +0000 |
tree | 3fee20b480b243a0849f32d2d633ef165fb0ef0f | |
parent | 093e0a8a62ca41304b8373885a3509d913f197ca [diff] |
Return list of packages Test: aconfig_storage_file.test.java Change-Id: I98d8e52df87b6aaccf8f21c5e136c3af803d2b72
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.