summaryrefslogtreecommitdiffstats
path: root/libpixelflinger (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge AOSP android-9.0.0_r3Ethan Yonker2018-08-241-0/+1
| | | | | | Fix conflicts and make it build in 5.1, 6.0, 7.1, 8.1, and 9.0 Change-Id: Ida0a64c29ff27d339b7f42a18d820930964ac6e4
* DO NOT MERGE Android 8.0 stuffEthan Yonker2017-08-251-0/+2
| | | | Change-Id: I8c8a9734adbf36c33463123844fa6e078934ae34
* pixelflinger: Fix local src arch includesMatt Mower2015-12-221-1/+1
| | | | | | | | | Automatic handling of LOCAL_SRC_FILES_(ARCH) was introduced in Android 5.0. Lower the SDK version check so these source files don't get doubly included. Change-Id: I8ebc7e3e687f2805f6ecb56499cbf39fc31e9545 Reference: see build/core/binary.mk and the handling of my_src_files
* pixelflinger-twrp: don't build with clangDan Pasanen2015-12-081-0/+1
| | | | Change-Id: I742078841ae51fff9ce412279cd03805f4893981
* Update rules for libpixelfinger_twrpEthan Yonker2015-11-071-2/+6
| | | | Change-Id: I40131f330e902afab033e810761bf98c07bbd03d
* fix build in Android 4.4 (tested with Omni)that2015-10-101-0/+3
| | | | Change-Id: I781928483585052741fe1396bd9b136e61ca6538
* Merge up to AOSP marshmallow-releaseEthan Yonker2015-10-091-0/+102
In order to maintain compatibility with older trees, we now have minadbd.old and minui.old. I had to use a TARGET_GLOBAL_CFLAG to handle ifdef issues in minui/minui.d because healthd includes minui/minui.h and there was no other alternative to make minui.h compatible with older trees without having to modify healthd rules which is outside of TWRP. Note that the new minui does not currently have support for qcom overlay graphics. Support for this graphics mode will likely be added in a later patch set. If you are building in a 6.0 tree and have a device that needs qcom overlay graphics, be warned, as off mode charging may not work properly. A dead battery in this case could potentially brick your device if it is unable to charge as healthd handles charging duties. Update rules for building toolbox and add rules for making toybox Use permissive.sh in init.rc which will follow symlinks so we do not have to worry about what binary is supplying the setenforce functionality (toolbox, toybox, or busybox). Fix a few warnings in the main recovery binary source code. Fix a few includes that were missing that prevented compiling in 6.0 Change-Id: Ia67aa2107d260883da5e365475a19bea538e8b97