Merge "Add new properties in linker config format - provideLibs and requireLibs" am: 9ce4eec815
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1468883 Change-Id: Ied795fcdc6c9c523de3edab24f6e683959250919
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