commit | 84c6c1cfe48d237181133e66e7c476a7e3d17702 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Mon Jun 10 16:31:07 2019 -0700 |
committer | Dan Willemsen <dwillemsen@google.com> | Mon Jun 10 16:31:07 2019 -0700 |
tree | 79cac7f69ca90b4d4237298a331657c903b919a9 | |
parent | 236438ab1e8e785707cbf0fcde60ab9f82bd8039 [diff] |
Convert java proto generation to use srcjars So that we actually represent all files in the build graph. Test: treehugger Change-Id: I48e32437fcfd8c0de8cbc87d07934393db557aa4
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.