aboutsummaryrefslogtreecommitdiff
path: root/rules/apex/BUILD
AgeCommit message (Expand)Author
2023-04-12Read Unbundled_build and Always_use_prebuilt_sdks in a transition-friendly wayCole Faust
2023-03-28Read apex compression product var in a transition-friendly wayCole Faust
2023-03-22Make the secondary arch into a constraint settingCole Faust
2023-03-16Add filesInfo data into ApexMkInfo provider.Jingwen Chen
2023-03-09Encapsulate api level functions into a struct.Jingwen Chen
2023-03-08Enable and fix load-related buildifier lintsCole Faust
2023-03-08Incorporate use of api fingerprint into Bazel apex ruleZi Wang
2023-03-07Make apex compression dependent on CompressedApex and Unbundled_apps product ...Vinh Tran
2023-03-07Add arm64only and x86_64only transitions to aab builds.Jingwen Chen
2023-03-06Prevent stubs libs from being propagated to makeVinh Tran
2023-03-01Add support for APEX_GLOBAL_MIN_SDK_VERSION_OVERRIDE in apex.bzl.Jingwen Chen
2023-02-24Revert "Revert "refactor of soong_injection to avoid using produ..."Alix Espino
2023-02-23Revert "refactor of soong_injection to avoid using product_varia..."Matthias Männich
2023-02-17refactor of soong_injection to avoid using product_variable reliantAlix
2023-01-26Add config_setting in:apex consistent w/ bp2buildLiz Kammer
2022-12-13add APEX transitive dependency tracking aspectSam Delmerico
2022-12-13Add bazel support for OVERRIDE_APEX_MANIFEST_DEFAULT_VERSION.Jingwen Chen
2022-12-01Implement apex_available_aspect.Jingwen Chen
2022-11-14Add notices file to APEX.Sasha Smundak
2022-11-08bazel apex: Add support for generating <module>_using.xml.Jingwen Chen
2022-11-07bazel apex: add support for generating _using.txt file.Jingwen Chen
2022-10-28Add the function of signing .aab file using dev_sign_bundle tool.Wei Li
2022-10-25Support apex_test.Yu Liu
2022-10-07Merge "apex_key: support default cert dir lookup."Treehugger Robot
2022-10-07apex_key: support default cert dir lookup.Jingwen Chen
2022-10-05Support min_sdk_version = "apex_inherit" in cc modules.Yu Liu
2022-09-23Use source aapt2 for bazel rules.Jingwen Chen
2022-09-23Add //prebuilts/tools/... to bp2build CI coverage.Jingwen Chen
2022-08-26The changes below add the support of buildling cc stub libraries and linking ...Wei Li
2022-07-18Add apex_files output group to apex_aab to forward all base APEX filesJingwen Chen
2022-07-13Run buildifier on all bazel filesCole Faust
2022-06-23Rename bazel_apexer_wrapper to staging_dir_builderCole Faust
2022-06-17Remove min_sdk_version build settingCole Faust
2022-06-09Use bazel-built apexer instead of the make_injection-build oneCole Faust
2022-06-08Export the list of required and provided native libs in the apex manifest.Jingwen Chen
2022-06-06Mark binaries executable in generated canned_fs_config.txt.Jingwen Chen
2022-05-31Use bazel-built apexer tools instead of make_injection onesCole Faust
2022-05-31Remove sefcontext_compile from make_injectionCole Faust
2022-05-05Ensure apex defines are defined.Liz Kammer
2022-04-28bazel: Enable verbose logging for apexer only on CI.Jingwen Chen
2022-04-21Re-enable and fix bazel_apexer_wrapper_test.Jingwen Chen
2022-03-21Use aapt2 prebuilt and remove it from make_injection.Jingwen Chen
2022-03-17Build debugfs from source.Jingwen Chen
2022-03-17Use prebuilts for soong_zip and zip2zip instead of building them in make_inje...Jingwen Chen
2022-03-17Build resize2fs and mkefs with Bazel.Jingwen Chen
2022-03-17Build e2fsdroid with Bazel and use in the APEX toolchain.Jingwen Chen
2022-03-07Build avbtool with Bazel.Jingwen Chen
2022-01-25Add apex compression in Bazel apex rule.Wei Li
2022-01-21Support filtering stub libraries from the APEX based on dependencyJingwen Chen
2021-11-18Combine the inputprepare and calling apexer logic into a python scriptYu Liu