{ "id": "91510", "key": "TIMOB-9031", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [ { "id": "13273", "description": "Release 2.0.2", "name": "Release 2.0.2", "archived": false, "released": true, "releaseDate": "2012-05-31" }, { "id": "13271", "description": "Release 2.1.0", "name": "Release 2.1.0", "archived": false, "released": true, "releaseDate": "2012-06-29" }, { "id": "13402", "description": "Sprint 2012-10 Core", "name": "Sprint 2012-10 Core", "archived": true, "released": true, "releaseDate": "2012-05-20" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-05-16T16:41:22.000+0000", "created": "2012-05-07T17:16:06.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "core" ], "versions": [ { "id": "13273", "description": "Release 2.0.2", "name": "Release 2.0.2", "archived": false, "released": true, "releaseDate": "2012-05-31" } ], "issuelinks": [], "assignee": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "updated": "2012-05-17T14:52:45.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10202", "name": "Android", "description": "Android Platform" } ], "description": "Need to update our build to use ndk r8 ", "attachment": [], "flagged": false, "summary": "Android: Tooling Need to update new ndk to r8 for our sdk", "creator": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Mac 10.6.8\r\n", "comment": { "comments": [ { "id": "194676", "author": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "body": "Just an update: no changes required in the code. I have a request in (since Friday) to IT and to Cloud Engineering (e-mail to each of the Tonys) re what I need to do to get CI on ndk 8. As of yet, no response.", "updateAuthor": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "created": "2012-05-14T10:12:55.000+0000", "updated": "2012-05-14T10:12:55.000+0000" }, { "id": "194830", "author": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "body": "Update: in communication with Nikolai and access is being granted to me. CLOUDENG-2558", "updateAuthor": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "created": "2012-05-15T08:49:09.000+0000", "updated": "2012-05-15T08:49:09.000+0000" }, { "id": "194920", "author": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "body": "NDK 8 is now successfully being used on the jenkins master server for titanium_mobile_master and titanium_mobile_2.0.x.\r\n\r\nWas unable so far to update the \"Mac slave\" for titanium_mobile_modules build because that machine is offline. I alerted Nikolai.", "updateAuthor": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "created": "2012-05-15T15:51:18.000+0000", "updated": "2012-05-15T15:51:18.000+0000" }, { "id": "195109", "author": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "body": "Mac slave also updated, and a test run o the titanium_mobile_modules build was successful.", "updateAuthor": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "created": "2012-05-16T16:41:22.000+0000", "updated": "2012-05-16T16:41:22.000+0000" }, { "id": "195208", "author": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "body": "A test you can run to see if NDK8 was used on the build (run it from inside the version folder, i.e., /Library/Application Support/Titanium/mobilesdk/osx/2.1.0)\r\n\r\n{code}\r\n$ strings android/native/libs/armeabi/libkroll-v8.so | grep udivsi3\r\n{code}\r\n\r\nIf it returns nothing, then it was built with NDK8. If it returns anything else, then it wasn't built with NDK8.", "updateAuthor": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "created": "2012-05-17T14:32:25.000+0000", "updated": "2012-05-17T14:32:25.000+0000" }, { "id": "195210", "author": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Tested with 2.0.2.v20120516181650 ran strings android/native/libs/armeabi/libkroll-v8.so | grep udivsi3 did not return any values", "updateAuthor": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-05-17T14:52:45.000+0000", "updated": "2012-05-17T14:52:45.000+0000" } ], "maxResults": 6, "total": 6, "startAt": 0 } } }