commit | c84e4cb917b6d42532ba1427ac9707d0c9f0fc2f | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Mon Jun 10 16:39:45 2019 -0700 |
committer | Dan Willemsen <dwillemsen@google.com> | Mon Jun 10 23:58:49 2019 +0000 |
tree | b66dcf05c4f18374e6fad505fd5d0a59cab6e64b | |
parent | 236438ab1e8e785707cbf0fcde60ab9f82bd8039 [diff] |
Add missing dependencies to python scripts These were found when trying to run remotely on RBE with only the sources depended upon available for each rule. Bug: 130111713 Test: treehugger Change-Id: Id763f8fc7dfbe60445f98604db3422147165f537
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.