resolve merge conflicts of 3e58f1bd447be6231bbb93f2578b2f221f1dd7fd to master-layoutlib-native

Change-Id: Ib11be12d12de2aa434ccc763fda58c055dc00c5a
diff --git a/delegates/src/android/graphics/fonts/SystemFonts_Delegate.java b/delegates/src/android/graphics/fonts/SystemFonts_Delegate.java
index 938b6ab..92291cf 100644
--- a/delegates/src/android/graphics/fonts/SystemFonts_Delegate.java
+++ b/delegates/src/android/graphics/fonts/SystemFonts_Delegate.java
@@ -58,10 +58,13 @@
             String systemFontDir,
             String oemXml,
             String productFontDir,
-            Map<String, File> updatableFontMap) {
+            Map<String, File> updatableFontMap,
+            long lastModifiedDate,
+            int configVersion) {
         sIsTypefaceInitialized = true;
         return SystemFonts.getSystemFontConfigInternal_Original(
-            sFontLocation + "native/fonts.xml", sFontLocation, null, null, updatableFontMap);
+            sFontLocation + "native/fonts.xml", sFontLocation, null, null, updatableFontMap,
+            lastModifiedDate, configVersion);
     }
 
     @LayoutlibDelegate