|
@@ -100,6 +100,9 @@ def package(config, sdk):
|
|
|
if 'v2disable' in config:
|
|
|
jsonConfig['v2disable'] = toBoolean(config['v2disable'])
|
|
|
|
|
|
+ if 'aapt2disable' in config:
|
|
|
+ jsonConfig['aapt2disable'] = toBoolean(config['aapt2disable'])
|
|
|
+
|
|
|
# sdk相关参数
|
|
|
if 'properties' in config:
|
|
|
jsonConfig['properties'] = config['properties']
|