Use soong_cc_prebuilt.mk instead of prebuilt.mk for Soong cc modules
Export Soong cc modules to Make using a new soong_cc_prebuilt.mk that bypasses all of prebuilt_internal.mk, dynamic_binary.mk and binary.mk. This also means that stripping is handled in Soong instead of Make. Bug: 113936524 Test: m checkbuild Change-Id: If9008c50920779048480f5eeeb0084f26006c998
This commit is contained in:
@@ -149,6 +149,7 @@ func vndkPrebuiltSharedLibrary() *Module {
|
||||
module.stl = nil
|
||||
module.sanitize = nil
|
||||
library.StripProperties.Strip.None = BoolPtr(true)
|
||||
module.Properties.UseVndk = true
|
||||
|
||||
prebuilt := &vndkPrebuiltLibraryDecorator{
|
||||
libraryDecorator: library,
|
||||
|
Reference in New Issue
Block a user