commit | edbbf82586a8996133a368ec6d48e840ecc321c2 | [log] [tgz] |
---|---|---|
author | Chris Wailes <chriswailes@google.com> | Thu Oct 29 16:40:28 2020 -0700 |
committer | Chris Wailes <chriswailes@google.com> | Mon Dec 07 16:15:55 2020 -0800 |
tree | 332d2e1b341b75fd613fe2586316c294f785126e | |
parent | 33571ac8dd96b1b467bf00ecf88e72e4cb3625dd [diff] |
Added new compiler filter properties for dexopt. Bug: 173137187 Test: build Merged-In: Ie413f5f0bcf5f691135530caee9111a496788ef8 Change-Id: Ie413f5f0bcf5f691135530caee9111a496788ef8
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.