script.py 599 B

123456789101112131415161718192021222324252627
  1. # coding:utf8
  2. __author__ = 'shikuangzuqiukupai'
  3. import os
  4. import logging
  5. import xml.dom.minidom
  6. import re
  7. import shutil
  8. import glob
  9. from xml.etree.ElementTree import ElementTree, Element
  10. import distutils.dir_util
  11. import gw_file_system
  12. import gw_data_center
  13. import gw_apk_tool
  14. from xml.etree import ElementTree as ET
  15. ANDROID_NS = 'http://schemas.android.com/apk/res/android'
  16. def script_init(SDK, decompileDir, channelSdkInfo, new_game_channel_info, gameInfo):
  17. sdk_id = channelSdkInfo['id']
  18. gw_apk_tool.__apk_tool__ = 'apktool_2.4.1.jar'
  19. gw_data_center.pack_small = False
  20. return