|
@@ -115,6 +115,12 @@ def pack(game, sdk, config):
|
|
|
ret = packJar(game, sdk, subChannel, config)
|
|
|
if ret:
|
|
|
return ret
|
|
|
+
|
|
|
+
|
|
|
+ #继承JMApplication
|
|
|
+ common_utils.changeApplication(game, sdk, subChannel, config, 'com.jmhy.sdk.common.JMApplication')
|
|
|
+
|
|
|
+
|
|
|
# sdk脚本处理
|
|
|
ret = doSDKPostScript(game, sdk, config)
|
|
|
if ret:
|
|
@@ -151,10 +157,6 @@ def pack(game, sdk, config):
|
|
|
if ret:
|
|
|
return ret
|
|
|
|
|
|
- #继承JMApplication
|
|
|
- common_utils.changeApplication(game, sdk, subChannel, config, 'com.jmhy.sdk.common.JMApplication')
|
|
|
-
|
|
|
-
|
|
|
# 生成R文件
|
|
|
'''ret = generateNewRFile(game, sdk, subChannel, config)
|
|
|
if ret:
|