-
Notifications
You must be signed in to change notification settings - Fork 119
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
base: main
Are you sure you want to change the base?
Conversation
@ikicha PTAL |
LGTM, @jemoreira, WDYT? |
@@ -27,12 +27,15 @@ function parse_opts() { | |||
ARCH=$2 | |||
case "${ARCH}" in | |||
x86) | |||
TARGET='aosp_x86-trunk_staging-userdebug' |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jemoreira PTAL
833546b
to
0bbd66b
Compare
aosp_cf_arm64_only_phone-trunk_staging-userdebug
This resolves discussion on #349