config: Use dex2oat64 on 64-bit-only builds#2
Open
Addy-95 wants to merge 1 commit intoProject-Mist-OS:15from
Open
config: Use dex2oat64 on 64-bit-only builds#2Addy-95 wants to merge 1 commit intoProject-Mist-OS:15from
Addy-95 wants to merge 1 commit intoProject-Mist-OS:15from
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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