Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-26980] Android: module clean command deletes too much of libs folder

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2019-04-12T14:25:41.000+0000
Affected Version/sRelease 7.5.2
Fix Version/sRelease 8.0.1
ComponentsAndroid, CLI
Labelsn/a
ReporterChristopher Williams
AssigneeChristopher Williams
Created2019-04-11T15:52:48.000+0000
Updated2019-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.

Comments

  1. Christopher Williams 2019-04-12

    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 the libsqlcipher.so files in the lib subdirs. Merged to master and 8_0_X branches.
  2. Samir Mohammed 2019-04-15

    Closing ticket, Fix verified in SDK version 8.1.0.v20190412080708 and SDK version 8.0.1.v20190412133412 tested with the steps mentioned above.

JSON Source