drm_hwcomposer: CI: Initial build and clang-tidy checks

Build android-agnostic code in linux environment.
Enable static code analysis using clang-tidy.

Signed-off-by: Roman Stratiienko <r.stratiienko@gmail.com>
diff --git a/drm/DrmPlane.cpp b/drm/DrmPlane.cpp
index 65bd8be..1cc6ee0 100644
--- a/drm/DrmPlane.cpp
+++ b/drm/DrmPlane.cpp
@@ -17,15 +17,15 @@
 #define LOG_TAG "hwc-drm-plane"
 
 #include "DrmPlane.h"
-#include "bufferinfo/BufferInfoGetter.h"
 
 #include <errno.h>
-#include <log/log.h>
 #include <stdint.h>
 
 #include <cinttypes>
 
 #include "DrmDevice.h"
+#include "bufferinfo/BufferInfoGetter.h"
+#include "utils/log.h"
 
 namespace android {