From 0348dd4f86e835f8f4c0cfaaf1486a14f3a31e7c Mon Sep 17 00:00:00 2001 From: SangYoun Kwak Date: Mon, 11 Nov 2024 20:03:48 +0900 Subject: [PATCH] libdlog: Add dlog-internal.h for the tv profile Since it is required to keep 'dlog-internal.h' when the build profile is 'tv', the file dlog-internal.h should be included in the libdlog-rs.xml. Change-Id: Ia7171c81f74222ca8cdaaab4595c2c02311af165 Signed-off-by: SangYoun Kwak --- rs_resource/common/NativeAPI/libdlog-rs.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/rs_resource/common/NativeAPI/libdlog-rs.xml b/rs_resource/common/NativeAPI/libdlog-rs.xml index c15e777..e6eee3b 100644 --- a/rs_resource/common/NativeAPI/libdlog-rs.xml +++ b/rs_resource/common/NativeAPI/libdlog-rs.xml @@ -18,6 +18,7 @@ /usr/include/dlog/dlog.h + /usr/include/dlog/dlog-internal.h /usr/lib/libdlog.so* /usr/include/dlog -- 2.34.1