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

TIMOB-7474 tiapp.xml setting to target only specific android architectur... #2848

Merged
merged 2 commits into from Aug 30, 2012
Merged

TIMOB-7474 tiapp.xml setting to target only specific android architectur... #2848

merged 2 commits into from Aug 30, 2012

Conversation

billdawson
Copy link
Contributor

...e (armeabi, etc.)

See JIRA for testing notes.

@joshthecoder
Copy link
Contributor

I do have some concerns with specifying the ABI in the Android manifest section.
Any reason why a property tag wouldn't be a better approach? (Commented in JIRA as well).

@joshthecoder
Copy link
Contributor

Should probably validate the ABI we parse from tiapp.xml. If you provide a bad value the build is successful, but the
application will crash since no binaries are packaged.

@joshthecoder
Copy link
Contributor

Actually the build does fail, but the error isn't trivial to understand (file not found).

@billdawson
Copy link
Contributor Author

Agreed, I'm going to make that change pronto.

On Wed, Aug 29, 2012 at 8:33 PM, Joshua Roesslein
notifications@github.comwrote:

Actually the build does fail, but the error isn't trivial to understand
(file not found).


Reply to this email directly or view it on GitHubhttps://github.com//pull/2848#issuecomment-8136113.

Skip and warn about unknown ABIs.

Also make sure only external module library files for desired ABIs are added to the packaged app.
@billdawson
Copy link
Contributor Author

Okay, I've pushed some changes. Ready for re-review / testing.

On Wed, Aug 29, 2012 at 8:37 PM, Bill Dawson bill@billdawson.com wrote:

Agreed, I'm going to make that change pronto.

On Wed, Aug 29, 2012 at 8:33 PM, Joshua Roesslein <
notifications@github.com> wrote:

Actually the build does fail, but the error isn't trivial to understand
(file not found).


Reply to this email directly or view it on GitHubhttps://github.com//pull/2848#issuecomment-8136113.

@joshthecoder
Copy link
Contributor

Functional tested and code reviewed. Accepted

joshthecoder added a commit that referenced this pull request Aug 30, 2012
TIMOB-7474 tiapp.xml setting to target only specific android architectur...
@joshthecoder joshthecoder merged commit 06045f5 into tidev:master Aug 30, 2012
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.

None yet

2 participants