Skip to content
Snippets Groups Projects
Commit 15620b01 authored by Jared Duke's avatar Jared Duke Committed by Oluwarotimi Adesina
Browse files

Support per-process useEmbeddedDex opt-in

Extend the useEmbeddedDex attribute to allow opt-in at the <process>
level. Note that if the parent application has opted in to
useEmbeddedDex, that will override any value set at the process level.

This configuration is useful for lighter weight processes that don't
rely heavily on the usual set of dex compilation optimizations critical
for the usual set of app CUJs (e.g., app startup).

Bug: 295870718
Test: atest android.appsecurity.cts.UseEmbeddedDexTest
Change-Id: Ic50ae2e1c568006cb3199013889a91fe38afc9d0
parent bdf038d5
No related branches found
No related tags found
No related merge requests found
Showing
with 125 additions and 17 deletions
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