Merge "Add new properties in linker config format - provideLibs and requireLibs"
This commit is contained in:
@@ -28,4 +28,10 @@ message LinkerConfig {
|
||||
|
||||
// Force APEX namespace visible
|
||||
bool visible = 2;
|
||||
|
||||
// Providing libs from the module
|
||||
repeated string provideLibs = 3;
|
||||
|
||||
// Required libs from the module
|
||||
repeated string requireLibs = 4;
|
||||
}
|
||||
|
Reference in New Issue
Block a user