commit | cb4c3576615d2505fcf6cc58d38df2e8801a6b81 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Thu Jun 13 21:35:42 2019 +0000 |
committer | Dan Willemsen <dwillemsen@google.com> | Tue Jun 18 01:19:04 2019 +0000 |
tree | 769f282512e80387ae0e64cc7073db8fb926edb5 | |
parent | 70b934ee64c1a90195ed03073e9048b9a2309242 [diff] |
Use dexpreopt image deps from Soong Instead of just depending on the single image file, depend on the entire image that gets loaded -- the .oat / .vdex files, and the modules that are part of the image that have their own files. This is necessary for RBE, where the rule only gets the files that it depends upon. Test: treehugger Test: build a system image with RBE Change-Id: I93a580b42cf4ef1824ee1397e551c065f083348a
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.