diff options
| -rw-r--r-- | cc/library.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/library.go b/cc/library.go index 53be3a593..42115cc04 100644 --- a/cc/library.go +++ b/cc/library.go @@ -60,6 +60,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. |