commit | d8956e9ca29aa3e7f73c9a95907d418980d7703d | [log] [tgz] |
---|---|---|
author | Chan Wang <chanwang@google.com> | Fri Jan 10 02:05:59 2025 -0800 |
committer | Chan Wang <chanwang@google.com> | Fri Jan 10 13:34:46 2025 +0000 |
tree | 72483ce28839724401b3fbbc113d53a5e8fdc061 | |
parent | 5ae386cdb4ddad4861b623f138de28b1a13fa1e8 [diff] |
Revert "Adding EXTRA_ALLOWED_DEPS_TXT config for non-mainline deps" This reverts commit efaeb5e58b88346e5b128d8ccae6bfb9d6fa1e40. Reason for revert: Design change - not collecting dependencies of non-AOSP updatable APEX Bug: 380222284 Bug: 383062486 Test: m nothing --no-skip-soong-tests Change-Id: I8adf261c32158bedb0e46a4368c695227c31d6dd
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.