Skip native_bridge modules when listing VNDK libs
am: 7390ea3d79
Change-Id: Ia147a4eae0352e4ad1062d8c079288559ff78bbd
This commit is contained in:
@@ -317,10 +317,13 @@ func VndkMutator(mctx android.BottomUpMutatorContext) {
|
||||
if !ok {
|
||||
return
|
||||
}
|
||||
|
||||
if !m.Enabled() {
|
||||
return
|
||||
}
|
||||
if m.Target().NativeBridge == android.NativeBridgeEnabled {
|
||||
// Skip native_bridge modules
|
||||
return
|
||||
}
|
||||
|
||||
if m.isVndk() {
|
||||
if lib, ok := m.linker.(*vndkPrebuiltLibraryDecorator); ok {
|
||||
|
Reference in New Issue
Block a user