Merge "Add min_sdk_version property to apexes"

This commit is contained in:
Colin Cross
2020-02-25 15:34:26 +00:00
committed by Gerrit Code Review

View File

@@ -1280,6 +1280,9 @@ type apexBundleProperties struct {
// rules for making sure that the APEX is truely updatable. This will also disable the size optimizations // 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. // like symlinking to the system libs. Default is false.
Updatable *bool Updatable *bool
// The minimum SDK version that this apex must be compatibile with.
Min_sdk_version *string
} }
type apexTargetBundleProperties struct { type apexTargetBundleProperties struct {