commit | e430236eba60ef30f1dea284dfda8d863a0fb843 | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Fri Mar 09 18:03:16 2018 -0800 |
committer | Mathieu Chartier <mathieuc@google.com> | Mon Mar 12 11:58:40 2018 -0700 |
tree | 3e91d6c959fecac5049c24c317788cc12643c9e4 | |
parent | d4ef79d7dfdc45d22d8c031fa6445285b9a544d5 [diff] |
Revert "Revert "For user and userdebug generate error if DEXPREOPT is not enabled"" Fixed the failing targets. Bug: 74209329 Test: make This reverts commit 0ecba4b139fc69d94549b612c8471c5f37fb536a. (cherry picked from commit 1f1335ceebf9ca6d46e1ee38a4146b5b4c8ce1f9) Merged-In: I4f346b8107ffaf6afbd551d91574ed040372635e Change-Id: I01d32749ad2cad09479e3864729ecd8ef2c63b5d
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.