diff options
author | 2021-04-27 19:36:57 +0100 | |
---|---|---|
committer | 2021-05-12 21:51:19 +0100 | |
commit | 7ebebfd5f80fc4a8f0f6e22253b9602802ebd88b (patch) | |
tree | ff93a7a213bc68bda8a593e09c7db3f270ea5724 /java/hiddenapi_singleton.go | |
parent | c8aeb00a9cb273acc4b4f92beddf592642cc3e5e (diff) |
Move copying of dex files from dexpreopt_bootjars singleton
The art dex files are copied in the bootclasspath_fragment and the
non-updatable and updatable dex files are copied in the
platform_bootclasspath.
Bug: 177892522
Test: m nothing
Change-Id: I5d3d533d1a7a9f8e7ae20c12eb33029a898a2cd6
Diffstat (limited to 'java/hiddenapi_singleton.go')
-rw-r--r-- | java/hiddenapi_singleton.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/java/hiddenapi_singleton.go b/java/hiddenapi_singleton.go index f6af50132..676a0e722 100644 --- a/java/hiddenapi_singleton.go +++ b/java/hiddenapi_singleton.go @@ -151,9 +151,7 @@ func (h *hiddenAPISingleton) GenerateBuildActions(ctx android.SingletonContext) // Checks to see whether the supplied module variant is in the list of boot jars. // -// Apart from the context this is identical to isModuleInConfiguredListForSingleton. -// -// TODO(b/179354495): Avoid having to perform this type of check or if necessary dedup it. +// TODO(b/179354495): Avoid having to perform this type of check. func isModuleInConfiguredList(ctx android.BaseModuleContext, module android.Module, configuredBootJars android.ConfiguredJarList) bool { name := ctx.OtherModuleName(module) |