public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ v1 1/2] unit: Remove dependencies to android
@ 2025-07-02 19:26 Luiz Augusto von Dentz
  2025-07-02 19:26 ` [PATCH BlueZ v1 2/2] Remove android support Luiz Augusto von Dentz
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Luiz Augusto von Dentz @ 2025-07-02 19:26 UTC (permalink / raw)
  To: linux-bluetooth

From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

This add copies of android specific dependencies used by unit testing.
---
 Makefile.am                   | 8 ++++----
 {android => unit}/avctp.c     | 0
 {android => unit}/avctp.h     | 0
 {android => unit}/avdtp.c     | 0
 {android => unit}/avdtp.h     | 0
 {android => unit}/avrcp-lib.c | 0
 {android => unit}/avrcp-lib.h | 0
 {android => unit}/avrcp.c     | 0
 {android => unit}/avrcp.h     | 0
 9 files changed, 4 insertions(+), 4 deletions(-)
 copy {android => unit}/avctp.c (100%)
 copy {android => unit}/avctp.h (100%)
 copy {android => unit}/avdtp.c (100%)
 copy {android => unit}/avdtp.h (100%)
 copy {android => unit}/avrcp-lib.c (100%)
 copy {android => unit}/avrcp-lib.h (100%)
 copy {android => unit}/avrcp.c (100%)
 copy {android => unit}/avrcp.h (100%)

diff --git a/Makefile.am b/Makefile.am
index 02ad23cf2d46..0f5790adcc57 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -583,22 +583,22 @@ unit_tests += unit/test-avdtp
 
 unit_test_avdtp_SOURCES = unit/test-avdtp.c \
 				src/log.h src/log.c \
-				android/avdtp.c android/avdtp.h
+				unit/avdtp.c unit/avdtp.h
 unit_test_avdtp_LDADD = src/libshared-glib.la $(GLIB_LIBS)
 
 unit_tests += unit/test-avctp
 
 unit_test_avctp_SOURCES = unit/test-avctp.c \
 				src/log.h src/log.c \
-				android/avctp.c android/avctp.h
+				unit/avctp.c unit/avctp.h
 unit_test_avctp_LDADD = src/libshared-glib.la $(GLIB_LIBS)
 
 unit_tests += unit/test-avrcp
 
 unit_test_avrcp_SOURCES = unit/test-avrcp.c \
 				src/log.h src/log.c \
-				android/avctp.c android/avctp.h \
-				android/avrcp-lib.c android/avrcp-lib.h
+				unit/avctp.c unit/avctp.h \
+				unit/avrcp-lib.c unit/avrcp-lib.h
 unit_test_avrcp_LDADD = lib/libbluetooth-internal.la \
 				src/libshared-glib.la $(GLIB_LIBS)
 
diff --git a/android/avctp.c b/unit/avctp.c
similarity index 100%
copy from android/avctp.c
copy to unit/avctp.c
diff --git a/android/avctp.h b/unit/avctp.h
similarity index 100%
copy from android/avctp.h
copy to unit/avctp.h
diff --git a/android/avdtp.c b/unit/avdtp.c
similarity index 100%
copy from android/avdtp.c
copy to unit/avdtp.c
diff --git a/android/avdtp.h b/unit/avdtp.h
similarity index 100%
copy from android/avdtp.h
copy to unit/avdtp.h
diff --git a/android/avrcp-lib.c b/unit/avrcp-lib.c
similarity index 100%
copy from android/avrcp-lib.c
copy to unit/avrcp-lib.c
diff --git a/android/avrcp-lib.h b/unit/avrcp-lib.h
similarity index 100%
copy from android/avrcp-lib.h
copy to unit/avrcp-lib.h
diff --git a/android/avrcp.c b/unit/avrcp.c
similarity index 100%
copy from android/avrcp.c
copy to unit/avrcp.c
diff --git a/android/avrcp.h b/unit/avrcp.h
similarity index 100%
copy from android/avrcp.h
copy to unit/avrcp.h
-- 
2.49.0


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-07-07 15:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-02 19:26 [PATCH BlueZ v1 1/2] unit: Remove dependencies to android Luiz Augusto von Dentz
2025-07-02 19:26 ` [PATCH BlueZ v1 2/2] Remove android support Luiz Augusto von Dentz
2025-07-07 15:06   ` Paul Menzel
2025-07-07 15:20     ` Luiz Augusto von Dentz
2025-07-02 20:55 ` [BlueZ,v1,1/2] unit: Remove dependencies to android bluez.test.bot
2025-07-03 19:10 ` [PATCH BlueZ v1 1/2] " patchwork-bot+bluetooth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox