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

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,