commit | 371905638aad8c2b652eda15e9ff461aa6e5750d | [log] [tgz] |
---|---|---|
author | Woody Lin <woodylin@google.com> | Thu Aug 24 05:41:52 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Aug 24 05:41:52 2023 +0000 |
tree | 84f6d96c7599aa03feefd6e8c6d71102f89c4581 | |
parent | af76a986082730f009bf5d55159f4504041b4fdb [diff] |
Revert "Adds modern wallpaper pickers to AOSP installs" This reverts commit af76a986082730f009bf5d55159f4504041b4fdb. Reason for revert: To fix regression test failure on 'WallpaperPickerGoogleTests' Bug: 297301079 Change-Id: Id9eb21db31182c68551ef9e3c3d4d258879c541b
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.