commit | a132154c188e2b895cb9674c95b856af278aaaee | [log] [tgz] |
---|---|---|
author | Simran Basi <sbasi@google.com> | Tue Feb 06 15:15:06 2018 -0800 |
committer | Simran Basi <sbasi@google.com> | Wed Feb 07 11:57:22 2018 -0800 |
tree | 97104d9724ddb0a5fdcc7773cbc781c72e17fa04 | |
parent | a4c7d59afca1e74309ba5292cf8fe3d51773665b [diff] |
build: Default test modules to null-suite The LOCAL_COMPATIBILITY_SUITE tag is used to package tests and auto-generate test configs for use in the test infrastructure and locally by atest. Rather than update hundreds of makefiles across the tree, this change adds significant atest support to many unittests. Bug: 73000943, 72969679, 71510529 Test: `atest NotificationStressTests` works as expected. Change-Id: I1b0a779b8366aee4b4df98181267f72fcb68916a
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.