]> git.tdb.fi Git - builder.git/commit
A bunch of new tools and targets to build Android packages
authorMikko Rasa <tdb@tdb.fi>
Fri, 10 Oct 2014 16:35:44 +0000 (19:35 +0300)
committerMikko Rasa <tdb@tdb.fi>
Fri, 10 Oct 2014 16:35:44 +0000 (19:35 +0300)
commit68f084e4ed817da0c25cefa1772cadf97b8cfe5e
treed01682462827bf7f223cbfc8aff933ed543929b1
parent43a748b89ce120b9f837f8a49c613680011653b3
A bunch of new tools and targets to build Android packages

Currently can only build apks using NativeActivity and debug key, and
will probably break if the package has a version.  Still, it's useful
in certain configurations so I'll commit this version now and continue
improving it.
21 files changed:
source/androidapplicationcomponent.cpp [new file with mode: 0644]
source/androidapplicationcomponent.h [new file with mode: 0644]
source/androidassetpackagingtool.cpp [new file with mode: 0644]
source/androidassetpackagingtool.h [new file with mode: 0644]
source/androidmanifestfile.cpp [new file with mode: 0644]
source/androidmanifestfile.h [new file with mode: 0644]
source/androidmanifestgenerator.cpp [new file with mode: 0644]
source/androidmanifestgenerator.h [new file with mode: 0644]
source/androidpackagefile.cpp [new file with mode: 0644]
source/androidpackagefile.h [new file with mode: 0644]
source/androidresourcebundle.cpp [new file with mode: 0644]
source/androidresourcebundle.h [new file with mode: 0644]
source/androidresourcefile.cpp [new file with mode: 0644]
source/androidresourcefile.h [new file with mode: 0644]
source/androidtools.cpp
source/androidtools.h
source/apkbuilder.cpp [new file with mode: 0644]
source/apkbuilder.h [new file with mode: 0644]
source/jarsigner.cpp [new file with mode: 0644]
source/jarsigner.h [new file with mode: 0644]
source/sourcepackage.cpp