commit | efb892d858c6bd5513205747ab710db830a1c5bb | [log] [tgz] |
---|---|---|
author | Dan Shi <dshi@google.com> | Wed Dec 06 15:57:31 2017 -0800 |
committer | Dan Shi <dshi@google.com> | Wed Dec 20 15:05:17 2017 -0800 |
tree | 240a4c28351736bf6b108371c3c03c7ec0122d09 | |
parent | a53865d108097a95a6635ad26c35d6426e48655d [diff] |
Auto generate test config files This change allows one to run atest <module name>. The TradeFed test config file will be automatically created in testcases directory based on the settings. Bug: 69929803, 69932044 Test: m -j NotificationStressTests libminijail_test add following lines in notificationtests/Android.mk, before "include $(BUILD_PACKAGE)" LOCAL_COMPATIBILITY_SUITE := general-test Change-Id: Ib5e9cd152d957b5d5beb6ed23a899a021a7e06d6
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.