From 1846c9ff8a91142a250c400dec1c7f1306619919 Mon Sep 17 00:00:00 2001 From: Michael Oborne Date: Thu, 19 Sep 2024 12:54:48 +1000 Subject: [PATCH] MAVState: fix InternalsVisibleTo for android build --- ExtLibs/ArduPilot/Mavlink/MAVState.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ExtLibs/ArduPilot/Mavlink/MAVState.cs b/ExtLibs/ArduPilot/Mavlink/MAVState.cs index 6e6fc3bef9..970f7bdaa9 100644 --- a/ExtLibs/ArduPilot/Mavlink/MAVState.cs +++ b/ExtLibs/ArduPilot/Mavlink/MAVState.cs @@ -16,6 +16,7 @@ using System.Runtime.CompilerServices; [assembly: InternalsVisibleTo("MissionPlanner")] +[assembly: InternalsVisibleTo("MissionPlannerLib")] namespace MissionPlanner {