commit | 8f986c3fafe13a531d5f09d23a7b31e755af370f | [log] [tgz] |
---|---|---|
author | Aditya Choudhary <caditya@google.com> | Mon Nov 20 10:16:42 2023 +0000 |
committer | Aditya Choudhary <caditya@google.com> | Thu Jan 11 13:50:48 2024 +0000 |
tree | fb47549d318dc19a4188500db9df9cc3cbccdb9d | |
parent | e14f4862bb439a73214bef4d909e9bdf35de8e40 [diff] |
Code metadata integration with Generator tool Ignore-AOSP-First: CPing test_spec rule to udc-mainline-prod to support migration of test targets. Cherry pick of:aosp/2847033 Change-Id: Icf14b48bc777207ac7cc7a287a174c8de817339b Merged-In: Icf14b48bc777207ac7cc7a287a174c8de817339b
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.