diff --git a/meta-ohos-acts/recipes-ohos-xts-acts/ohos-xts-acts/ohos-xts-acts_git.bb b/meta-ohos-acts/recipes-ohos-xts-acts/ohos-xts-acts/ohos-xts-acts_git.bb
index a0865ccaa1176e3cc88d48f60849e3f411db6eaa..0a5f9d2eb0121adb47ebd89856795cd26e781837 100644
--- a/meta-ohos-acts/recipes-ohos-xts-acts/ohos-xts-acts/ohos-xts-acts_git.bb
+++ b/meta-ohos-acts/recipes-ohos-xts-acts/ohos-xts-acts/ohos-xts-acts_git.bb
@@ -8,6 +8,11 @@ SRCREV = "2a3e429e72f8612e74a7d1e32567be11ef1541c4"
 S = "${WORKDIR}/git"
 PV = "0.0+git${SRCPV}"
 
+# The OHOS uses unversioned versioned libraries.
+# Move the naked .so files to the primary package.
+SOLIBS = ".so"
+FILES_SOLIBSDEV = ""
+
 inherit zmk
 
 DEPENDS += "ohos-googletest ohos-libsec"