Merge "Update the doc about apex_available" am: 6eb0da1530

Change-Id: I061fad849d672ef1f175c58dfc202378ff019581
This commit is contained in:
Automerger Merge Worker
2020-02-12 21:06:49 +00:00

View File

@@ -88,8 +88,7 @@ type ApexProperties struct {
// //
// "//apex_available:anyapex" is a pseudo APEX name that matches to any APEX. // "//apex_available:anyapex" is a pseudo APEX name that matches to any APEX.
// "//apex_available:platform" refers to non-APEX partitions like "system.img". // "//apex_available:platform" refers to non-APEX partitions like "system.img".
// Default is ["//apex_available:platform", "//apex_available:anyapex"]. // Default is ["//apex_available:platform"].
// TODO(b/128708192) change the default to ["//apex_available:platform"]
Apex_available []string Apex_available []string
// Name of the apex variant that this module is mutated into // Name of the apex variant that this module is mutated into