commit | 620d8582e152b3583905b6d646613a71bc9b94d4 | [log] [tgz] |
---|---|---|
author | Tarun Nainani <tnainani@codeaurora.org> | Wed Aug 19 01:26:36 2015 -0700 |
committer | jrizzoli <joey@cyanogenmoditalia.it> | Fri Aug 28 13:15:48 2015 +0200 |
tree | d2fef328aa567743a54918becd6c942f218f76cf | |
parent | dfe37a409b29bc5aade33a6601d83931aaf9a13c [diff] |
Fix errors found with proguard By default disable progaurd as enabling it will remove all java classes marked as unused but they may be used by native. To enable proguard need proguard.cfg file to have keep rules for Java classes which are either used by native or dynamically called. Change-Id: I54e990d9b829be54656a5904cb1427a2d2867234