-
Notifications
You must be signed in to change notification settings - Fork 91
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 invalid platform flag issue #60
Fix invalid platform flag issue #60
Conversation
is there an issue number for this? Your title suggests that there is an issue here? |
All of our repo jobs are dead with 1.12.0. [repo] $ repo init -u ssh://****** -b ****** -m ******.xml -p --current-branch --no-tags |
we got the same issue after upgrade repo plugin 1.12.0 , as workaround we must set platform value by hand so , what's the plan to release 1.13.0 . |
@erictsai53 @zwx168238 is there a ticket number? And does this proposed fix solve the issue? |
This bugfix seem inconsistent with the rest of the code. All other webform params are returned with Util.fixEmptyAndTrim() to make sure they are null if empty. I would prefer this.manifestPlatform = Util.fixEmptyAndTrim(manifestPlatform); What do you think? |
Change-Id: I46f02494f90719ca89db2a1722cd5ed9a1951f18
67c6ca0
to
572ddac
Compare
Done. |
Change-Id: I46f02494f90719ca89db2a1722cd5ed9a1951f18