commit | efaeb5e58b88346e5b128d8ccae6bfb9d6fa1e40 | [log] [tgz] |
---|---|---|
author | Nouby Mohamed <nouby@google.com> | Wed Sep 25 20:01:45 2024 +0000 |
committer | Jihoon Kang <jihoonkang@google.com> | Mon Oct 07 21:24:28 2024 +0000 |
tree | 5e7988dbea9fad2233c9aca5268ac5dc5136750c | |
parent | d76b3f317d53fe741ee1bcf12e9decc5d50ff596 [diff] |
Adding EXTRA_ALLOWED_DEPS_TXT config for non-mainline deps Test: Ran APEX soong tests and manual test Bug: 333868045 Merged-In: Ifd3baa7b7a14947200a614256191fe1741875427 Change-Id: Ifd3baa7b7a14947200a614256191fe1741875427
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.