Add python prebuilts to build

Change-Id: I159b2b07962b89582f99af74e53585dc0bddcb63
(cherry picked from commit 1ef40fc330e88059ac6b53199ab0033c9ad380a8)
diff --git a/twrp-functions.cpp b/twrp-functions.cpp
index 73399b3..f427195 100755
--- a/twrp-functions.cpp
+++ b/twrp-functions.cpp
@@ -1550,7 +1550,7 @@
 		File.close();
 		// Android Binary Xml start from these bytes
 		if(!buffer.compare(0, abx_hdr.size(), abx_hdr))
-			return false; // bad format, not possible to parse
+			return false; // ABX format - requires conversion
 	}
 	return true; // good format, possible to parse
 }