[TIMOB-24232] Android: Module build should not error when incompatible native libraries are in the 'libs' folder
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2017-02-08T14:56:26.000+0000 |
| Affected Version/s | Release 6.0.0 |
| Fix Version/s | Release 6.1.0 |
| Components | Android |
| Labels | n/a |
| Reporter | Gary Mathews |
| Assignee | Gary Mathews |
| Created | 2016-12-16T11:32:08.000+0000 |
| Updated | 2017-02-13T23:56:09.000+0000 |
Description
Upon dropping support for
armeabi from 6.0.0.GA some older modules still contain a libs/armeabi folder. This prevents the module from compiling on 6.0.0.GA.
master: https://github.com/appcelerator/titanium_mobile/pull/8703
Verified the fix with SDK 6.1.0.v20170213093116, Closing.