Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix target name according to current build #352

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

retroinspect
Copy link
Contributor

  • Changed arm target to aosp_cf_arm64_only_phone-trunk_staging-userdebug
  • Changed x86_64 branch from aosp-main-throttled to aosp-main

This resolves discussion on #349

@retroinspect
Copy link
Contributor Author

@ikicha PTAL

@ikicha
Copy link
Collaborator

ikicha commented Aug 29, 2023

LGTM, @jemoreira, WDYT?

@@ -27,12 +27,15 @@ function parse_opts() {
ARCH=$2
case "${ARCH}" in
x86)
TARGET='aosp_x86-trunk_staging-userdebug'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please double check that these are the right targets: The original ones had cf and phone in them, but these don't.

It's also strange that the target for arm64 is a cf phone, but those for intel are not even cuttlefish.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. Updated x86-64 target as cf target.
But I noticed that there is no cf target for x86 .
What should be the proper target for x86?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jemoreira PTAL

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.

4 participants