linglong/apps/uab
ComixHe 67aff2635e fix: correct the way of exporting only-app UAB
Signed-off-by: ComixHe <ComixHe1895@outlook.com>
2025-06-11 16:37:05 +08:00
..
header fix: correct the way of exporting only-app UAB 2025-06-11 16:37:05 +08:00
loader fix: correct the way of exporting only-app UAB 2025-06-11 16:37:05 +08:00
CMakeLists.txt feat: add ll-builder-utils to build uab header and loader 2025-04-15 10:14:35 +08:00
README.md

README.md

uab-header

uab-header is a template binary which is used by ll-builder to build uab (Universal Application Bundle).

Due to one of the goals of Uab is to depends as few runtime dependencies as possible, uab-header will statically link all dependent libraries at compile time. It is important to note that when some of the system's base libraries are upgraded, it may cause uab to fail to run properly

It's not an executable binary in the traditional sense, so we shouldn't add executable permissions to it when installing it to the system.