upgrade-apply-deltafs: Change hal-device-board module inclusion path
authorYunhee Seo <yuni.seo@samsung.com>
Tue, 9 Apr 2024 06:59:17 +0000 (15:59 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Fri, 26 Apr 2024 05:52:08 +0000 (14:52 +0900)
As HAL ABI versioning is applied to hal-api-device-board module,
inclusion path and file path is changed.

Change-Id: Ib584d14bd9c821eb348580dfa20cd27b5299e7e5
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
src/upgrade-apply-deltafs/ua.c

index 81b7ae5..aa7f0ef 100644 (file)
@@ -34,7 +34,7 @@
 #include <getopt.h>
 
 #ifndef HOST_BUILD
-#include <hal/device/hal-board.h>
+#include <hal/hal-device-board.h>
 #endif
 
 #include "ua.h"