commit | 614a5aea0efb72e604649b1190a16c6e05ffeb8c | [log] [tgz] |
---|---|---|
author | Ziwei Zhang <zhangxh@google.com> | Thu Feb 01 11:01:54 2024 +0800 |
committer | Ziwei Zhang <zhangxh@google.com> | Sun Feb 04 03:18:52 2024 +0000 |
tree | 887875e8e268ce83203235cce65883e52e0aa184 | |
parent | 7ba1e17dcce8028cd0400ed61b2a038b754244d6 [diff] |
Generate 2.0 config for Mobly test. - Add `v2` suffix for ATS 2.0 config. - Update the mobly test config template. Test: m CtsBluetoothMultiDevicesTestCases (with `runner = "mobly"`) Bug: 299850687 Change-Id: Ic95ecb760989818291f0746054e4f68d12359a9f
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.