Document stubs in cc_library.
Change-Id: I36a9b884a8cc53e6a7192ef159e0cb2fdbb0e511
This commit is contained in:
parent
18417cbd72
commit
6dab96cb58
|
@ -58,6 +58,7 @@ type LibraryProperties struct {
|
|||
|
||||
Static_ndk_lib *bool
|
||||
|
||||
// Generate stubs to make this library accessible to APEXes.
|
||||
Stubs struct {
|
||||
// Relative path to the symbol map. The symbol map provides the list of
|
||||
// symbols that are exported for stubs variant of this library.
|
||||
|
|
Loading…
Reference in New Issue