commit | e7c33de1791bb6ecb9b67c71e8de760af2ea2c17 | [log] [tgz] |
---|---|---|
author | Ibrahim Kanouche <kanouche@google.com> | Thu Sep 22 18:17:41 2022 +0000 |
committer | Ibrahim Kanouche <kanouche@google.com> | Mon Sep 26 19:04:51 2022 +0000 |
tree | e749adf0bbaa4d72f1327e3b6b935311357eb1f1 | |
parent | 6196ea23cd5aacef8e7e23867426a44ef05c78d5 [diff] |
Added a Breadth-first top down walk function to policy_walk. Test: m droid dist Change-Id: I678d2a2402c7c3ab446e8533c9f862cd8f54f889
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.