Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fe4e900e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add min_sdk_version property to apexes" into rvc-dev

parents ac775b2a 7365eaaf
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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 {