summaryrefslogtreecommitdiff
path: root/libs/arect/include
AgeCommit message (Collapse)Author
2022-08-26Support AHB in AIDL John Reck
Bug: 162794619 Test: CtsHardwareTestCases Change-Id: Ifebea9f82434e171aafd09a5054566fa267ebbb3
2018-03-29frameworks/native: Fixes for AHardwareBuffer, ANativeWindow and ARect docs. Krzysztof KosiƄski
Several of the documentation comments were not being picked up by Doxygen. Additionally, fixed a problem with an incorrect GL ES equivalent format being listed for AHARDWAREBUFFER_FORMAT_R8G8B8X8_UNORM. Bug: 73658203 Bug: 76172636 Bug: 76179340 Test: Not necessary, documentation-only changes. Change-Id: Ia6bf7853e9eed5ab53616d410f8bd1a6309e47b8
2017-02-17Break a dependency of libui on libandroid Mathias Agopian
This was only a header dependency, but it still created a circular dependency, which will cause problems in another CL. We fix this by creating a libarect static library containing only that header. both libui and libandroid now depend on it and reexport the header. We also make sure rect.h ends-up in the right place. Test: built and booted device Bug: 35164655 Change-Id: Iba25b8b801b26b26ec1401c00caf367a06f197ca