commit | 58120cec279072539945c6e9dbadcdb0add32988 | [log] [tgz] |
---|---|---|
author | Ziwei Zhang <zhangxh@google.com> | Thu Dec 12 02:23:16 2024 +0000 |
committer | Ziwei Zhang <zhangxh@google.com> | Fri Dec 13 11:29:39 2024 +0000 |
tree | 27c723fceeed4b55e8668f8099f6e682b1fe63a2 | |
parent | 4339c17e7b19f37c2e640a15d1713abafe76b1fd [diff] |
Add make target for cts-interactive. go/cv-interactive Test: m cts-interactive Bug: 383428241 Change-Id: I30d8b8b46f0e482056ada3b21131ce91b91db8ca Ignore-AOSP-First: create cts-interactive internally first
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.