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

Commit cca4f68d authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Add min_sdk_version property to apexes" am: 414d50c3

Change-Id: I263f29ad9715077bb0de04aca318109ffd4b5ffd
parents 92e2a41e 414d50c3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1280,6 +1280,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 compatibile with.
	Min_sdk_version *string
}

type apexTargetBundleProperties struct {