Skip to content
Commit 151ea3b3 authored by Colin Cross's avatar Colin Cross
Browse files

Remove ProcessLifecycleOwnerInitializer workaround from manifest

The androidx.lifecycle.ProcessLifecycleOwnerInitializer provider
was added to the manifest as a workaround for incorrect manifest
merging in b/112587252.  Soong has been fixed to only merge the
manifests at the final APK, preserving the right value of
${applicationId}, so the workaround is no longer necessary.

An upcoming drop of androidx to the platform removes the
androidx.lifecycle.ProcessLifecycleOwnerInitializer in favor
of androidx.startup.InitializationProvider, which causes failures
at runtime if the workaround is not removed.

Bug: 197536008
Test: boot with new androidx drop
Test: ProcessLifecycleOwnerInitializer still in compiled AndroidManifest.xml
Change-Id: I49588c6d5627b66ded2219dc358b52568822ee38
parent 75c17f9f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment