Shared Library Rebuilding Support

- handles references with shared resources
 - adds support for --shared-lib
 - update unit-tests
This commit is contained in:
Connor Tumbleson
2015-03-08 14:31:21 -05:00
parent 2f7ae8c001
commit 0a74de4ab0
8 changed files with 36 additions and 2 deletions

View File

@ -10,6 +10,7 @@ versionInfo:
versionCode: '1'
versionName: '1.0'
compressionType: false
sharedLibrary: false
unknownFiles:
hidden.file: '8'
unk_folder/unknown_file: '8'

View File

@ -1,2 +1,3 @@
version: 2.0.0
apkFileName: testjar.jar
sharedLibrary: false