Merge "Ingore CC prebuilts from cmake snapshots" into main
This commit is contained in:
@@ -347,8 +347,11 @@ func (m *CmakeSnapshot) GenerateAndroidBuildActions(ctx android.ModuleContext) {
|
||||
if slices.Contains(ignoredSystemLibs, moduleName) {
|
||||
return false // system libs built in-tree for Android
|
||||
}
|
||||
if dep.IsPrebuilt() {
|
||||
return false // prebuilts are not supported
|
||||
}
|
||||
if dep.compiler == nil {
|
||||
return false // unsupported module type (e.g. prebuilt)
|
||||
return false // unsupported module type
|
||||
}
|
||||
isAidlModule := dep.compiler.baseCompilerProps().AidlInterface.Lang != ""
|
||||
|
||||
|
Reference in New Issue
Block a user