Merge "Skip native_bridge modules when installing vndk snapshot"
am: 656833e0c8
Change-Id: I51aea73275dc2e1e7d5fe01307a7eaca1918b74f
This commit is contained in:
@@ -467,6 +467,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