File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,9 @@ def test_001_build_android(self):
108
108
archive = ZipFile (os .path .join (self .app_name , TnsAsserts .PLATFORM_ANDROID_APK_DEBUG_PATH , self .debug_apk ))
109
109
archive .extractall (self .app_name + "/temp" )
110
110
archive .close ()
111
+ # Ceanup META-INF folder. It contains com.android.support.... files which are expected to be there due to
112
+ # https://github.com/NativeScript/nativescript-cli/pull/3923
113
+ Folder .cleanup (os .path .join (self .app_name , "temp" , "META-INF" ))
111
114
assert not File .pattern_exists (self .app_name + "/temp" , "*.aar" )
112
115
assert not File .pattern_exists (self .app_name + "/temp" , "*.plist" )
113
116
assert not File .pattern_exists (self .app_name + "/temp" , "*.android.*" )
You can’t perform that action at this time.
0 commit comments