Merge "Add special case for test-only module in configuredJars method" am: e4c255cb04
am: f4ddb097e5
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1960850 Change-Id: Ibf8c21661030ce43aba58b60a79480152725689e
This commit is contained in:
@@ -669,6 +669,8 @@ func (b *BootclasspathFragmentModule) configuredJars(ctx android.ModuleContext)
|
||||
// This is an exception to support end-to-end test for SdkExtensions, until such support exists.
|
||||
if android.InList("test_framework-sdkextensions", possibleUpdatableModules) {
|
||||
jars = jars.Append("com.android.sdkext", "test_framework-sdkextensions")
|
||||
} else if android.InList("AddNewActivity", possibleUpdatableModules) {
|
||||
jars = jars.Append("test_com.android.cts.frameworkresapkplits", "AddNewActivity")
|
||||
} else if android.InList("test_framework-apexd", possibleUpdatableModules) {
|
||||
jars = jars.Append("com.android.apex.test_package", "test_framework-apexd")
|
||||
} else if global.ApexBootJars.Len() != 0 && !android.IsModuleInVersionedSdk(ctx.Module()) {
|
||||
|
Reference in New Issue
Block a user