Merge "Make java_sdk_library phony target depend on its stub jar" into main am: fe5f57b27f
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3236043 Change-Id: Iea26027f6a9948fa3407df84831a075b957463be Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -1548,6 +1548,8 @@ func (module *SdkLibrary) GenerateAndroidBuildActions(ctx android.ModuleContext)
|
||||
scopeTag.extractDepInfo(ctx, to, scopePaths)
|
||||
|
||||
exportedComponents[ctx.OtherModuleName(to)] = struct{}{}
|
||||
|
||||
ctx.Phony(ctx.ModuleName(), scopePaths.stubsHeaderPath...)
|
||||
}
|
||||
|
||||
if tag == implLibraryTag {
|
||||
|
Reference in New Issue
Block a user