Merge "Add exclude_from_vendor_snapshot property, related logic"
This commit is contained in:
@@ -738,7 +738,7 @@ func isSanitizableDependencyTag(tag blueprint.DependencyTag) bool {
|
||||
// as vendor snapshot. Such modules must create both cfi and non-cfi variants,
|
||||
// except for ones which explicitly disable cfi.
|
||||
func needsCfiForVendorSnapshot(mctx android.TopDownMutatorContext) bool {
|
||||
if isVendorProprietaryPath(mctx.ModuleDir()) {
|
||||
if isVendorProprietaryModule(mctx) {
|
||||
return false
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user