Merge "Deprecate api bp2build of ndk_library and ndk_headers"

This commit is contained in:
Spandan Das
2023-05-31 16:01:07 +00:00
committed by Gerrit Code Review
6 changed files with 0 additions and 311 deletions

View File

@@ -4100,8 +4100,6 @@ func (c *Module) ConvertWithApiBp2build(ctx android.TopDownMutatorContext) {
// Aggressively generate api targets for all header modules
// This is necessary since the header module does not know if it is a dep of API surface stub library
apiLibraryHeadersBp2Build(ctx, c)
case ndkLibrary:
ndkLibraryBp2build(ctx, c)
}
}