drm_hwcomposer: Add meson.build file
Depends on !215 (merged) and !217 (merged) :
This allows building without an AOSP tree, which significantly reduces system requirements.
CI changes:
Now CI is building drm_hwcomposer for arm64 arch and generates ready-to-deploy artifacts.
Dependencies for meson cross build were extracted from Android-13 using GloDroid/aospext project.
./build_deploy.sh script was migrated into Makefile and no longer require AOSP to work. Usage example:
make bd
Only arm64 platform is supported at this moment. Other platforms will be added later.
Edited by Roman Stratiienko