Add ranking in docs for exclude_srcs to follow srcs

Change-Id: I0c4aa568ed1fb82c116b18217043f19029632545
This commit is contained in:
Liz Kammer 2020-11-02 22:01:10 +00:00
parent d3e294d8ac
commit e7211dd37a

View file

@ -44,9 +44,10 @@ var propertyRank = map[string]int{
"name": 0,
"src": 1,
"srcs": 2,
"defaults": 3,
"host_supported": 4,
"device_supported": 5,
"exclude_srcs": 3,
"defaults": 4,
"host_supported": 5,
"device_supported": 6,
}
// For each module type, extract its documentation and convert it to the template data.