Export Soong module type to LOCAL_SOONG_MODULE_TYPE to Make for SBOM generation. am: 598f92d704
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2374715 Change-Id: I707631cba7423523563c327d73c4b27b9070533a Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -548,6 +548,7 @@ func (a *AndroidMkEntries) fillInEntries(ctx fillInEntriesContext, mod blueprint
|
||||
a.AddStrings("LOCAL_REQUIRED_MODULES", a.Required...)
|
||||
a.AddStrings("LOCAL_HOST_REQUIRED_MODULES", a.Host_required...)
|
||||
a.AddStrings("LOCAL_TARGET_REQUIRED_MODULES", a.Target_required...)
|
||||
a.AddStrings("LOCAL_SOONG_MODULE_TYPE", ctx.ModuleType(amod))
|
||||
|
||||
// If the install rule was generated by Soong tell Make about it.
|
||||
if len(base.katiInstalls) > 0 {
|
||||
|
Reference in New Issue
Block a user