summaryrefslogtreecommitdiff
path: root/apexer/apexer.py
Commit message (Expand)AuthorAgeFilesLines
* Add an optional flag for an assets/ dir.Jaewoong Jung2019-06-251-0/+4
* Update the default min sdk version for APEXes to 29Jiyong Park2019-05-161-1/+1
* Add versionName field to APEX manifest.Gavin Corkery2019-05-021-0/+2
* Ensure APEXes have minSdkVersion specifiedJiyong Park2019-04-241-0/+2
* Add --target_sdk_version to apexerJiyong Park2019-04-181-0/+4
* Revert "Revert "apexer: Build filesystem images with inode size 256.""Jiyong Park2019-03-291-4/+2
* Revert "apexer: Build filesystem images with inode size 256."Xiangyu/Malcolm Chen2019-03-291-2/+4
* apexer: Build filesystem images with inode size 256.Martijn Coenen2019-03-291-4/+2
* Allow APEXER_TOOL_PATH to be set by a flag.Alex Light2019-03-041-16/+11
* Add support for specifying the android.jar to link againstAlex Light2019-02-271-1/+4
* Allow each APEX to provide its own AndroidManifestJiyong Park2019-02-101-9/+34
* Don't set -I (inode size) when creating the APEX image.Martijn Coenen2019-01-251-1/+3
* Tune fs parameters to save spaceJiyong Park2019-01-241-11/+26
* Add --override_apk_package_name to override app package nameJiyong Park2019-01-091-1/+7
* apexer: Move to proto object and remove ApexManifest classAbhijeet Kaur2019-01-021-3/+3
* Revert "Revert "Use protobuf as schema for JSON APEX manifest""Dario Freni2018-12-281-15/+11
* Add --pubkey option to bundle public key with APEXJiyong Park2018-12-271-0/+6
* Revert "Use protobuf as schema for JSON APEX manifest"Lingfeng Yang2018-12-251-11/+15
* Use protobuf as schema for JSON APEX manifestAbhijeet Kaur2018-12-241-15/+11
* Reland "Output of apexer is deterministic"Jiyong Park2018-12-181-3/+13
* Revert "Output of apexer is deterministic"Wale Ogunwale2018-12-171-13/+3
* Output of apexer is deterministicJiyong Park2018-12-171-3/+13
* Add support for building zipapex filesAlex Light2018-12-041-77/+104
* Apexer: Print command output on errorAndreas Gampe2018-11-281-1/+1
* Ensure that apex key is used by only one APEX.Jiyong Park2018-11-271-1/+7
* Rename manifest and image files.Dario Freni2018-11-241-4/+4
* Fix AndroidManifest.xml generated by apexer.py.Nicholas Lativy2018-11-231-1/+1
* Remove buildspam for apexerJiyong Park2018-11-201-1/+3
* AndroidManifest for APEX has hasCode="false"Jiyong Park2018-11-161-0/+3
* APEXs can be signed with different keysJiyong Park2018-10-191-0/+1
* Extend apexer's tools search path to SDK prebuilts.Roland Levillain2018-10-021-4/+12
* Fix runtests.sh after recent changes to apexer.Dario Freni2018-09-281-0/+12
* Omitting partition name and sizeJiyong Park2018-09-271-8/+0
* Reland: Add module type apex to build APEX bundlesJiyong Park2018-09-181-0/+5
* Revert "Add module type apex to build APEX bundles"Jiyong Park2018-09-171-5/+0
* Add module type apex to build APEX bundlesJiyong Park2018-09-141-0/+5
* Don't deflate any input files.Martijn Coenen2018-09-111-1/+3
* Version number in APEX manifest is set as versionCode of AndroidManifestJiyong Park2018-09-041-4/+6
* Silence some warnings for unused variablesJiyong Park2018-09-041-3/+2
* The file system image is protected by dm-verityJiyong Park2018-08-291-0/+38
* Set uid/gid/mode of files in an APEXJiyong Park2018-08-281-1/+5
* Files in APEX are correctly labeledJiyong Park2018-08-271-5/+18
* Make output consistentJiyong Park2018-08-271-10/+17
* Add apexer the tool for creating APEX filesJiyong Park2018-08-141-0/+238