commit | 69909c96ba79841ba83255a8c0c5824216aa8d97 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Fri Apr 12 19:22:11 2019 -0700 |
committer | Tao Bao <tbao@google.com> | Mon Apr 15 07:33:32 2019 -0700 |
tree | ccd776af62b85e46d9b8c6fdbec00a0282c10c56 | |
parent | d18be7f8db97781043e333ded1c1b2231bb85b49 [diff] |
releasetools: Enable a few tests in OtaFromTargetFilesTest. They used to be disabled due to the assertion of search_path in setUp() function, which is not a prerequisite for most of the tests. Bug: 112080715 Test: `atest releasetools_test` Test: TreeHugger Change-Id: I3cbaf42aa09dba0b87a64e11d97de9b3f7af7a47
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.