Browse Source

Missing changes for Android.

Signed-off-by: Joerg H. Mueller <[email protected]>
Joerg H. Mueller 1 year ago
parent
commit
234d1c2896
1 changed files with 6 additions and 1 deletions
  1. 6 1
      Gem/Code/Source/Platform/Android/Utils_Android.cpp

+ 6 - 1
Gem/Code/Source/Platform/Android/Utils_Android.cpp

@@ -18,7 +18,12 @@ namespace AtomSampleViewer
             return false;
         }
 
-        bool RunDiffTool(const AZStd::string& filePathA, const AZStd::string& filePathB)
+        AZStd::string GetDefaultDiffToolPath_Impl()
+        {
+            return AZStd::string("");
+        }
+
+        bool RunDiffTool_Impl(const AZStd::string& diffToolPath, const AZStd::string& filePathA, const AZStd::string& filePathB)
         {
             return false;
         }