aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
2023-11-30Enable android build targetsHarish Mahendrakar
Bug: 313791883 Test: treehugger Change-Id: I4d97c76ac505774e0308c7e8eed48e127816405c
2023-11-30restructure folders to avoid possible namespace collisionRam Mohan
source files are restructured according to coding guidelines
2023-11-28Temporarily disable Android targetsHarish Mahendrakar
2023-11-03add support for building on windows platformRam Mohan
2023-11-02avoid using labels that conflict with system headers tokensRam Mohan
OK, UNKNOWN_ERROR are commonly defined in system headers. While adding support for other platforms, new header inclusions is causing compilation issues. rename some variable names of ultrahdr::status_t
2023-11-02format workspace to the chosen style guideRam Mohan
This commit is cosmetic change. This formats the entire workspace (lib, examples, tests) to the chosen style guide
2023-11-02relocate source files to desired foldersRam Mohan
library files are moved to lib/ folder and sample application is moved to examples/ folder