Updated xml (e.g., Soyombo shouldn't be a VF) and changed tests to reflect XML changes
diff --git a/android-connection/noto-fonts-4-android.xml b/android-connection/noto-fonts-4-android.xml
index bf3846d..de3f50c 100644
--- a/android-connection/noto-fonts-4-android.xml
+++ b/android-connection/noto-fonts-4-android.xml
@@ -1279,12 +1279,12 @@
         </font>
 	</family>
 	<family lang="und-Syrn">
-		<font weight="400" style="normal" postScriptName="NotoSansSyriacEastern">
+		<font weight="400" style="normal" postScriptName="NotoSansSyriacEastern" path="archive/unhinted/NotoSansSyriac">
             NotoSansSyriacEastern-Regular.ttf
         </font>
 	</family>
 	<family lang="und-Syrj">
-		<font weight="400" style="normal" postScriptName="NotoSansSyriacWestern">
+		<font weight="400" style="normal" postScriptName="NotoSansSyriacWestern" path="archive/unhinted/NotoSansSyriac">
             NotoSansSyriacWestern-Regular.ttf
         </font>
 	</family>
@@ -1634,21 +1634,20 @@
         </font>
 	</family>
 	<family lang="und-Soyo">
-
-		<font weight="400" style="normal" postScriptName="NotoSansSoyombo-Regular">
-            NotoSansSoyombo-VF.ttf
+		<font weight="400" style="normal" postScriptName="NotoSansSoyombo-Regular" path="unhinted/ttf/NotoSansSoyombo">
+            NotoSansSoyombo-Regular.ttf
             <axis tag="wght" stylevalue="400"/>
         </font>
-		<font weight="500" style="normal" postScriptName="NotoSansSoyombo-Regular">
-            NotoSansSoyombo-VF.ttf
+		<font weight="500" style="normal" postScriptName="NotoSansSoyombo-Regular" path="unhinted/ttf/NotoSansSoyombo">
+            NotoSansSoyombo-Regular.ttf
             <axis tag="wght" stylevalue="500"/>
         </font>
-		<font weight="600" style="normal" postScriptName="NotoSansSoyombo-Regular">
-            NotoSansSoyombo-VF.ttf
+		<font weight="600" style="normal" postScriptName="NotoSansSoyombo-Regular" path="unhinted/ttf/NotoSansSoyombo">
+            NotoSansSoyombo-Regular.ttf
             <axis tag="wght" stylevalue="600"/>
         </font>
-		<font weight="700" style="normal" postScriptName="NotoSansSoyombo-Regular">
-            NotoSansSoyombo-VF.ttf
+		<font weight="700" style="normal" postScriptName="NotoSansSoyombo-Regular" path="unhinted/ttf/NotoSansSoyombo">
+            NotoSansSoyombo-Regular.ttf
             <axis tag="wght" stylevalue="700"/>
         </font>
 	</family>
diff --git a/tests/noto_fonts_for_android_test.py b/tests/noto_fonts_for_android_test.py
index 6bab326..a604108 100644
--- a/tests/noto_fonts_for_android_test.py
+++ b/tests/noto_fonts_for_android_test.py
@@ -4,13 +4,10 @@
 
 
 _KNOWN_PATHLESS = {
-  "NotoSansSyriacEastern-Regular.ttf",
-  "NotoSansSyriacWestern-Regular.ttf",
   "NotoSansSymbols-Regular-Subsetted.ttf",
   "NotoColorEmoji.ttf",
   "NotoColorEmojiFlags.ttf",
   "NotoSansSymbols-Regular-Subsetted2.ttf",
-  "NotoSansSoyombo-VF.ttf",
 }