[TIMOB-26980] Android: module clean command deletes too much of libs folder
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2019-04-12T14:25:41.000+0000 |
| Affected Version/s | Release 7.5.2 |
| Fix Version/s | Release 8.0.1 |
| Components | Android, CLI |
| Labels | n/a |
| Reporter | Christopher Williams |
| Assignee | Christopher Williams |
| Created | 2019-04-11T15:52:48.000+0000 |
| Updated | 2019-04-15T12:47:17.000+0000 |
Description
Our module clean command for Android is too aggressive with the
libs directory, wiping it entirely. For most modules this is fine, but if a module has a pre-built static library inside, we'll blow it away. appcelerator.encrypteddatabase is one such module.
Easiest way to test is to check out [appcelerator.encryptedatabase](https://github.com/appcelerator-modules/appcelerator.encrypteddatabase),
cd android,ti clean -p android-> it shouldn't wipe thelibsqlcipher.sofiles in thelibsubdirs. Merged to master and 8_0_X branches.Closing ticket, Fix verified in SDK version
8.1.0.v20190412080708and SDK version8.0.1.v20190412133412tested with the steps mentioned above.