commit | fa7cf280ca19c4a67742288ee81bd2fc181c1abe | [log] [tgz] |
---|---|---|
author | Ulyana Trafimovich <skvadrik@google.com> | Tue Nov 26 13:04:07 2019 +0000 |
committer | Ulyana Trafimovich <skvadrik@google.com> | Tue Nov 26 13:06:13 2019 +0000 |
tree | 649adc3f85b088612bcfe44e26974afeda6272f8 | |
parent | 3fb6a949a660835fb034230c6a991d0b45f773bf [diff] |
Revert "Do not dexpreopt system server jars from updatable modules." This reverts commit 3fb6a949a660835fb034230c6a991d0b45f773bf. Reason for revert: broken build git_master/cf_x86_phone-userdebug_coverage (likely caused by these changes). Exempt-From-Owner-Approval: revert. Change-Id: Ib72fe0395fd084e774d25ee783b7380395f9d9bd
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.