Skip to content

config: Use dex2oat64 on 64-bit-only builds#2

Open
Addy-95 wants to merge 1 commit intoProject-Mist-OS:15from
Addy-95:addy
Open

config: Use dex2oat64 on 64-bit-only builds#2
Addy-95 wants to merge 1 commit intoProject-Mist-OS:15from
Addy-95:addy

Conversation

@Addy-95
Copy link
Copy Markdown

@Addy-95 Addy-95 commented Feb 15, 2025

dexopt defaults to dex2oat32 unless instructed otherwise. Since dex2oat32 doesn't exist on a 64-bit-only build, make sure dex2oat64 is selected instead.

Test: boot aosp_cf_x86_64_only_phone and check that installd doesn't
try to use dex2oat32
Change-Id: Ia67e746894684a52a4e5b765bfde0f6dd0efbf6e

dexopt defaults to dex2oat32 unless instructed otherwise. Since
dex2oat32 doesn't exist on a 64-bit-only build, make sure dex2oat64
is selected instead.

Test: boot aosp_cf_x86_64_only_phone and check that installd doesn't
  try to use dex2oat32
Change-Id: Ia67e746894684a52a4e5b765bfde0f6dd0efbf6e

* Conditionally enable 64Bit dex2oat
someone5678 <someone5678@users.noreply.github.com>

Co-authored-by: someone5678 <someone5678@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants