Loading apex/apex.go +3 −0 Original line number Diff line number Diff line Loading @@ -1285,6 +1285,9 @@ type apexBundleProperties struct { // rules for making sure that the APEX is truely updatable. This will also disable the size optimizations // like symlinking to the system libs. Default is false. Updatable *bool // The minimum SDK version that this apex must be compatible with. Min_sdk_version *string } type apexTargetBundleProperties struct { Loading Loading
apex/apex.go +3 −0 Original line number Diff line number Diff line Loading @@ -1285,6 +1285,9 @@ type apexBundleProperties struct { // rules for making sure that the APEX is truely updatable. This will also disable the size optimizations // like symlinking to the system libs. Default is false. Updatable *bool // The minimum SDK version that this apex must be compatible with. Min_sdk_version *string } type apexTargetBundleProperties struct { Loading