commit | 5f23fee45fcc96f641ba6e80b991233045cb5bff | [log] [tgz] |
---|---|---|
author | SzuWei Lin <szuweilin@google.com> | Wed May 22 17:29:58 2019 +0800 |
committer | SzuWei Lin <szuweilin@google.com> | Wed May 22 17:29:58 2019 +0800 |
tree | e56d8d5490598560208b160512a7c0978c9ac01b | |
parent | 65dbf9bfb3d9e9d59cf4487557d2965bd44aff19 [diff] |
Add AOSP WallpaperPicker to GSI The patch also update the mainline whitelist. Bug: 133295307 Test: build gsi_arm64-userdebug and flash on a Pixel device, Test: long press on the homescreen, WallpaperPicker is in the selection Change-Id: I7831471cc920a24d64512341f0e4f3fef5024b30
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.