summaryrefslogtreecommitdiff
path: root/pixel3_mainline
AgeCommit message (Collapse)Author
2020-03-25dragonboard: pixel3_mainline: Include firmware/device.mk if availableSumit Semwal
This allows including firmware files extracted from stock, if available, to be included into the build. Signed-off-by: Sumit Semwal <sumit.semwal@linaro.org> Change-Id: I8c3ac09472a01cb0ac52e2e734993711cd409d93
2020-01-31Revert "pixel3_maineline: Add changes to get pixel3_mainline building a ↵Todd Kjos
boot.img" This reverts commit 85f6a8aecd3ba7609d28ace79f474a411092ebdd. Reason for revert: Caused build-break for aosp-master (pixel3_mainline-userdebug build) Change-Id: I653961de83baa953cfdde32e42d5706869764d9a
2020-01-29pixel3_maineline: Add changes to get pixel3_mainline building a boot.imgJohn Stultz
This adds some changes to get the pixel3_mainline target building a boot.img. It requires that a pixel3_mainline dir be present in the dragonboard-kernel dir, and it should contain a Image.gz-dtb file and any kernel modules to be included. If you do not want to use kernel modules, build with PIXEL3_USES_GKI=false. Change-Id: Iacea2afd0c81d65935de7e52bb680d2e314f6b3c Signed-off-by: John Stultz <john.stultz@linaro.org>
2019-09-24pixel3_mainline: Add support for Pixel3 AOSP target running mainline kernelAmit Pundir
Boots Blueline (Pixel3) to console. Graphics broken due to missing drm, panel driver and firmware files. Change-Id: Ibd3df4e03f093ec34b7f3eb5f6394a0a811ce139 Signed-off-by: Amit Pundir <amit.pundir@linaro.org>