commit | 7a3c61259e39fa10d72bba6674b5480361a2fa59 | [log] [tgz] |
---|---|---|
author | Jeff Sharkey <jsharkey@android.com> | Sun May 03 11:36:16 2020 -0600 |
committer | Jeff Sharkey <jsharkey@android.com> | Sun May 03 11:36:17 2020 -0600 |
tree | 74246da53bfa85e280606f61d6a4f86c5b10ae51 | |
parent | f96c7c3fbe10696f25e4e780455251490f49f4a5 [diff] |
Split MediaProvider into its own target. As we move towards becoming a Mainline module, it's important that we catch as many bugs as possible during initial code review, and Error Prone is designed to do exactly that. Instead of lumping ourselves into the generic "packages" grouping, this change adds a specific package for this Mainline module. Bug: 142561358 Test: ./build/soong/soong_ui.bash --make-mode MediaProviderLegacy com.google.android.mediaprovider MediaProviderTests RUN_ERROR_PRONE=true Change-Id: I62102febe39225a54c77d9ad463c350b3df9cafa
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.