Merge "Update the doc about apex_available"

This commit is contained in:
Treehugger Robot
2020-02-12 20:58:24 +00:00
committed by Gerrit Code Review

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