commit | 3a6004bd501a62f8494f1f91500fe06fe110068d | [log] [tgz] |
---|---|---|
author | Wei Li <weiwli@google.com> | Fri Nov 08 20:36:46 2024 +0000 |
committer | Wei Li <weiwli@google.com> | Tue Nov 12 08:54:27 2024 +0000 |
tree | dd30d42d1f623915655e5b627386cafc58334883 | |
parent | 7beb2529b6206f2334a29d8c357841735cfbb234 [diff] |
Add PRODUCT_IGNORE_ALL_ANDROIDMK to ignore Android.mk files PRODUCT_ALLOWED_ANDROIDMK_FILES can be used for products that still have some Android.mk files that need to be included. PRODUCT_ANDROIDMK_ALLOWLIST_FILE can be used to allowlist Android.mk files that are not in AOSP. Bug: 318428689 Test: lunch aosp_cf_x86_64_phone-trunk_staging-eng && m Test: CIs Change-Id: Ie64040608c795a949e3d7af45f176209c6d01d9a
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.