summaryrefslogtreecommitdiff
path: root/apexer/apexer.py
AgeCommit message (Expand)Author
2021-09-27Add EROFS support for APEXHEADlineage-18.1Huang Jianan
2021-09-27Add F2FS support for apexerTheotime Combes
2020-05-21Change the hashtree hash algorithm to sha256Jiyong Park
2020-04-27Allow creating APEXs with unsigned payload for testing.Dario Freni
2020-03-23Also store override_package_name and logging_parent in apex_build_infoNikita Ioffe
2020-03-02Add --unsigned_payload_only flag to apexerMohammad Samiul Islam
2020-02-27Add --payload_only flag to apexerMohammad Samiul Islam
2020-02-21Add --logging_parent flag to apexer.Baligh Uddin
2020-01-31Merge "Add a signing_args in apexer"Baligh Uddin
2020-01-30Add a signing_args in apexerTianjie Xu
2020-01-30Add min sdk, target sdk and no_hashtree to build_info.Dario Freni
2020-01-24Pass in min-sdk-version to apexer.Baligh Uddin
2020-01-07Exclude cmd line from build info.Dario Freni
2020-01-03Store build information in the APEX.Dario Freni
2019-12-09apexer: remove apex_manifest_full.jsonJooyung Han
2019-11-30Skip symlink when estimating apex sizeJiyong Park
2019-11-08apexer: add apex_manifest.pbJooyung Han
2019-09-27apexer: Add --do_not_check_keynameJooyung Han
2019-08-28apexer: add --no_hashtree optionJooyung Han
2019-06-24Add an optional flag for an assets/ dir.Jaewoong Jung
2019-06-03Run pyformat on apexerJiyong Park
2019-05-16Update the default min sdk version for APEXes to 29Jiyong Park
2019-05-01Add versionName field to APEX manifest.Gavin Corkery
2019-04-24Ensure APEXes have minSdkVersion specifiedJiyong Park
2019-04-19Add --target_sdk_version to apexerJiyong Park
2019-03-29Revert "Revert "apexer: Build filesystem images with inode size 256.""Jiyong Park
2019-03-29Revert "apexer: Build filesystem images with inode size 256."Xiangyu/Malcolm Chen
2019-03-29apexer: Build filesystem images with inode size 256.Martijn Coenen
2019-03-04Allow APEXER_TOOL_PATH to be set by a flag.Alex Light
2019-02-27Add support for specifying the android.jar to link againstAlex Light
2019-02-10Allow each APEX to provide its own AndroidManifestJiyong Park
2019-01-25Don't set -I (inode size) when creating the APEX image.Martijn Coenen
2019-01-24Tune fs parameters to save spaceJiyong Park
2019-01-09Add --override_apk_package_name to override app package nameJiyong Park
2019-01-02apexer: Move to proto object and remove ApexManifest classAbhijeet Kaur
2018-12-28Revert "Revert "Use protobuf as schema for JSON APEX manifest""Dario Freni
2018-12-27Add --pubkey option to bundle public key with APEXJiyong Park
2018-12-25Revert "Use protobuf as schema for JSON APEX manifest"Lingfeng Yang
2018-12-24Use protobuf as schema for JSON APEX manifestAbhijeet Kaur
2018-12-18Reland "Output of apexer is deterministic"Jiyong Park
2018-12-17Revert "Output of apexer is deterministic"Wale Ogunwale
2018-12-17Output of apexer is deterministicJiyong Park
2018-12-04Add support for building zipapex filesAlex Light
2018-11-28Apexer: Print command output on errorAndreas Gampe
2018-11-27Ensure that apex key is used by only one APEX.Jiyong Park
2018-11-24Rename manifest and image files.Dario Freni
2018-11-23Fix AndroidManifest.xml generated by apexer.py.Nicholas Lativy
2018-11-20Remove buildspam for apexerJiyong Park
2018-11-16AndroidManifest for APEX has hasCode="false"Jiyong Park
2018-10-19APEXs can be signed with different keysJiyong Park