From 6bdd3de554b9567c3c427c211a27a84927cf5083 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Tue, 2 Dec 2025 20:33:19 -0500 Subject: [PATCH] Move hosted codec header files back under firmware/export This is a partial revert of a79bdaf46 It caused all sorts of build breakages for misc stuff like the dbtool, which doesn't include any per-target build directories Change-Id: I493a33c1859706679972e47c96196223415985d9 --- firmware/{target/hosted/android => export}/android_codec.h | 0 firmware/{target/hosted/aigo => export}/erosqlinux_codec.h | 0 firmware/{target/hosted/fiio => export}/fiiolinux_codec.h | 0 firmware/{target/hosted/sonynwz => export}/nwzlinux_codec.h | 0 firmware/{target/hosted/agptek => export}/rocker_codec.h | 0 firmware/{target/hosted => export}/sdl_codec.h | 0 firmware/{target/hosted/surfans => export}/surfanslinux_codec.h | 0 firmware/{target/hosted/xduoo => export}/xduoolinux_codec.h | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename firmware/{target/hosted/android => export}/android_codec.h (100%) rename firmware/{target/hosted/aigo => export}/erosqlinux_codec.h (100%) rename firmware/{target/hosted/fiio => export}/fiiolinux_codec.h (100%) rename firmware/{target/hosted/sonynwz => export}/nwzlinux_codec.h (100%) rename firmware/{target/hosted/agptek => export}/rocker_codec.h (100%) rename firmware/{target/hosted => export}/sdl_codec.h (100%) rename firmware/{target/hosted/surfans => export}/surfanslinux_codec.h (100%) rename firmware/{target/hosted/xduoo => export}/xduoolinux_codec.h (100%) diff --git a/firmware/target/hosted/android/android_codec.h b/firmware/export/android_codec.h similarity index 100% rename from firmware/target/hosted/android/android_codec.h rename to firmware/export/android_codec.h diff --git a/firmware/target/hosted/aigo/erosqlinux_codec.h b/firmware/export/erosqlinux_codec.h similarity index 100% rename from firmware/target/hosted/aigo/erosqlinux_codec.h rename to firmware/export/erosqlinux_codec.h diff --git a/firmware/target/hosted/fiio/fiiolinux_codec.h b/firmware/export/fiiolinux_codec.h similarity index 100% rename from firmware/target/hosted/fiio/fiiolinux_codec.h rename to firmware/export/fiiolinux_codec.h diff --git a/firmware/target/hosted/sonynwz/nwzlinux_codec.h b/firmware/export/nwzlinux_codec.h similarity index 100% rename from firmware/target/hosted/sonynwz/nwzlinux_codec.h rename to firmware/export/nwzlinux_codec.h diff --git a/firmware/target/hosted/agptek/rocker_codec.h b/firmware/export/rocker_codec.h similarity index 100% rename from firmware/target/hosted/agptek/rocker_codec.h rename to firmware/export/rocker_codec.h diff --git a/firmware/target/hosted/sdl_codec.h b/firmware/export/sdl_codec.h similarity index 100% rename from firmware/target/hosted/sdl_codec.h rename to firmware/export/sdl_codec.h diff --git a/firmware/target/hosted/surfans/surfanslinux_codec.h b/firmware/export/surfanslinux_codec.h similarity index 100% rename from firmware/target/hosted/surfans/surfanslinux_codec.h rename to firmware/export/surfanslinux_codec.h diff --git a/firmware/target/hosted/xduoo/xduoolinux_codec.h b/firmware/export/xduoolinux_codec.h similarity index 100% rename from firmware/target/hosted/xduoo/xduoolinux_codec.h rename to firmware/export/xduoolinux_codec.h