File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
GooglePlayPlugins/com.google.android.appbundle/Editor/Scripts/Internal/BuildTools Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,14 @@ public static class BundletoolConfig
34
34
public const string ScreenDensity = "SCREEN_DENSITY" ;
35
35
public const string TextureCompressionFormat = "TEXTURE_COMPRESSION_FORMAT" ;
36
36
37
+
38
+
37
39
[ Serializable ]
38
40
public class Config
39
41
{
40
42
public Optimizations optimizations = new Optimizations ( ) ;
41
43
public Compression compression = new Compression ( ) ;
44
+
42
45
}
43
46
44
47
[ Serializable ]
@@ -96,5 +99,6 @@ public class SuffixStripping
96
99
public bool enabled ;
97
100
public string defaultSuffix ;
98
101
}
102
+
99
103
}
100
104
}
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ public class BuildBundleConfigParams
44
44
///
45
45
public string defaultTcfSuffix ;
46
46
47
+
47
48
///
48
49
/// Whether or not this bundle contains an install-time asset pack.
49
50
///
@@ -58,6 +59,7 @@ public class BuildBundleConfigParams
58
59
/// Options for overriding the default file compression policies.
59
60
///
60
61
public CompressionOptions compressionOptions ;
62
+
61
63
}
62
64
63
65
// Paths where the bundletool jar may potentially be found.
@@ -137,6 +139,8 @@ public static BundletoolConfig.Config MakeConfig(
137
139
} ) ;
138
140
}
139
141
142
+
143
+
140
144
// Bundletool requires the below standaloneConfig when supporting install-time asset packs for pre-Lollipop.
141
145
if ( configParams . containsInstallTimeAssetPack &&
142
146
TextureTargetingTools . IsSdkVersionPreLollipop ( configParams . minSdkVersion ) )
You can’t perform that action at this time.
0 commit comments