From 7239547eada6ad4a24e65957dfab180a51818947 Mon Sep 17 00:00:00 2001 From: Liam Date: Sun, 17 Dec 2023 00:11:20 -0500 Subject: android: add oboe audio sink --- vcpkg.json | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'vcpkg.json') diff --git a/vcpkg.json b/vcpkg.json index 01a4657d4..a9e895153 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -41,6 +41,15 @@ "platform": "windows" } ] + }, + "android": { + "description": "Enable Android dependencies", + "dependencies": [ + { + "name": "oboe", + "platform": "android" + } + ] } }, "overrides": [ -- cgit v1.2.3