commit | ed49241d034d5bfafbe31005125a6474c559e35a | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Wed Aug 15 15:40:16 2018 +0100 |
committer | Anton Hansson <hansson@google.com> | Wed Aug 15 15:45:52 2018 +0100 |
tree | 9054c9e7f811475633cd9b25b596c5748b240ba3 | |
parent | b05a4f1ed37cc7a590f5d705f3aba3460e6f87e9 [diff] |
Remove obsolete wallpapers from core product mks. These packages were removed from a standard checkout in I7db6b9fbe13d65e717d99d6ee44dd78c8804b05c, and are unlikely to be used in any other manifests. They were probably just left here by mistake. Remove them from the core product mks. Note that the repositories still exist, but they appear to be abandoned: https://android.googlesource.com/platform/packages/wallpapers/ Bug: 111729974 Bug: 80410283 Test: make Change-Id: I3fb2dad49f4f0dd571f73202747f49fcde0563ff
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.