Skip native_bridge modules when installing vndk snapshot
Do not install natively bridged libraries as part of vndk snapshot. Bug: http://b/77159578 Test: Enable 4arch build -> make Change-Id: I519ef92ca356ee6438abb3c85fa639af2170c2ef
This commit is contained in:
@@ -455,6 +455,10 @@ func (c *vndkSnapshotSingleton) GenerateBuildActions(ctx android.SingletonContex
|
||||
return
|
||||
}
|
||||
|
||||
if m.Target().NativeBridge == android.NativeBridgeEnabled {
|
||||
return
|
||||
}
|
||||
|
||||
lib, is_lib := m.linker.(*libraryDecorator)
|
||||
prebuilt_lib, is_prebuilt_lib := m.linker.(*prebuiltLibraryLinker)
|
||||
|
||||
|
Reference in New Issue
Block a user