Merge "Nullify stl and sanitize of llndk_headers" am: 41405cc275
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1356667 Change-Id: I5079d467fcf1d493275b8ec91d3c840e0c14359a
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user