commit | 213a7d86d5e3c3568b0a2ed35de1ca775f17b286 | [log] [tgz] |
---|---|---|
author | Ulyana Trafimovich <skvadrik@google.com> | Wed Nov 27 12:27:30 2019 +0000 |
committer | Ulyana Trafimovich <skvadrik@google.com> | Wed Nov 27 12:29:42 2019 +0000 |
tree | d49eb644431d25f8bc5e638eb4588debf1f60205 | |
parent | fa7cf280ca19c4a67742288ee81bd2fc181c1abe [diff] |
Revert^2 "Do not dexpreopt system server jars from updatable modules." This reverts commit fa7cf280ca19c4a67742288ee81bd2fc181c1abe. Reason for revert: Build failure is not reproducible. Forrest build on the same build ID 6033773 and same target cf_x86_phone-userdebug_coverage finished successfully. Change-Id: I188623237dfba657fb48966e0a34a975f13d00d2
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.