commit | f5b3fc854f5ec128c4c78324a2da7c62b26e45bb | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Mon Apr 15 16:11:36 2019 +0100 |
committer | David Brazdil <dbrazdil@google.com> | Mon Apr 15 16:12:59 2019 +0100 |
tree | 14eab421d69d2e79cc16ccfef04b2070a3b75848 | |
parent | d18be7f8db97781043e333ded1c1b2231bb85b49 [diff] |
Enable core platform API warnings on non-user builds Core platform API violation reporting is disabled by default and can be enabled by setting the persist.debug.dalvik.vm.core_platform_api_policy property. Set it to "just-warn" for non-user builds and leave disabled on user builds. Test: builds, boots Bug: 125701194 Change-Id: I2f4be42373de9fdbc71c3178de6d34e07809f13a
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.