Merge "Nullify stl and sanitize of llndk_headers"

This commit is contained in:
Inseob Kim 2020-07-11 05:19:17 +00:00 committed by Gerrit Code Review
commit 41405cc275
1 changed files with 2 additions and 0 deletions

View File

@ -225,6 +225,8 @@ func (headers *llndkHeadersDecorator) Name(name string) string {
func llndkHeadersFactory() android.Module {
module, library := NewLibrary(android.DeviceSupported)
library.HeaderOnly()
module.stl = nil
module.sanitize = nil
decorator := &llndkHeadersDecorator{
libraryDecorator: library,