commit | 414d50c35d49671a6f23092febd2ab11e93ee43d | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Feb 25 15:34:26 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Feb 25 15:34:26 2020 +0000 |
tree | 9851e01651df69f6dd7465c0687710e6536c6c47 | |
parent | e1fd6a9bd8237c3dddcfb99cad00239f749a90e7 [diff] | |
parent | 50317874ffbe4722dd75583672a32fc48e478a18 [diff] |
Merge "Add min_sdk_version property to apexes"
diff --git a/apex/apex.go b/apex/apex.go index 42cc9a6..2fe0549 100644 --- a/apex/apex.go +++ b/apex/apex.go
@@ -1280,6 +1280,9 @@ // 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 {