summaryrefslogtreecommitdiff
path: root/apexer
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
* Merge "Revert "Revert "apexer: Build filesystem images with inode size 256."""Treehugger Robot2019-03-301-4/+2
|\
| * Revert "Revert "apexer: Build filesystem images with inode size 256.""Jiyong Park2019-03-291-4/+2
* | Merge "Revert "apexer: Build filesystem images with inode size 256.""Martijn Coenen2019-03-291-2/+4
|\|
| * Revert "apexer: Build filesystem images with inode size 256."Xiangyu/Malcolm Chen2019-03-291-2/+4
* | Correct a buganizer reference.Martin Stjernholm2019-03-291-1/+1
|/
* apexer: Build filesystem images with inode size 256.Martijn Coenen2019-03-291-4/+2
* Remove TEST_MAPPING on system/apex.Dario Freni2019-03-141-0/+8
* Allow APEXER_TOOL_PATH to be set by a flag.Alex Light2019-03-041-16/+11
* Create a com.android.support.apexer host zipapexAlex Light2019-02-274-11/+91
* 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
* Merge "Added test for symlinks in apexs"Alex Light2019-01-291-8/+14
|\
| * Added test for symlinks in apexsAlex Light2019-01-231-8/+14
* | 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
* Rename proto message name as it will be used as main object type.Abhijeet Kaur2019-01-042-3/+3
* apexer: Move to proto object and remove ApexManifest classAbhijeet Kaur2019-01-022-15/+4
* Move field names to camelCase for consistency with protobuf.Abhijeet Kaur2018-12-311-14/+3
* Revert "Revert "Use protobuf as schema for JSON APEX manifest""Dario Freni2018-12-283-15/+76
* 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-253-75/+15
* Use protobuf as schema for JSON APEX manifestAbhijeet Kaur2018-12-243-15/+75
* Merge "Reland "Output of apexer is deterministic""Treehugger Robot2018-12-201-3/+13
|\
| * Reland "Output of apexer is deterministic"Jiyong Park2018-12-181-3/+13
* | Fix runtests after recent changes to apexer.Dario Freni2018-12-193-2/+2
|/
* 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-242-14/+14
* 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-022-5/+14
* Fix runtests.sh after recent changes to apexer.Dario Freni2018-09-282-4/+18
* 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-042-5/+7
* Silence some warnings for unused variablesJiyong Park2018-09-041-3/+2