Merge "Allow PRODUCT_CFI_INCLUDE_PATHS to work with blueprints also"
This commit is contained in:
@@ -1754,7 +1754,7 @@ func (library *libraryDecorator) install(ctx ModuleContext, file android.Path) {
|
||||
mayUseCoreVariant = false
|
||||
}
|
||||
|
||||
if ctx.Config().CFIEnabledForPath(ctx.ModuleDir()) && ctx.Arch().ArchType == android.Arm64 {
|
||||
if ctx.Config().CFIEnabledForPath(ctx.ModuleDir()) {
|
||||
mayUseCoreVariant = false
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user