Merge "Add new properties in linker config format - provideLibs and requireLibs"

This commit is contained in:
Kiyoung Kim
2020-11-10 05:49:35 +00:00
committed by Gerrit Code Review

View File

@@ -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;
}