aboutsummaryrefslogtreecommitdiff
path: root/rules/apex/apex.bzl
AgeCommit message (Expand)Author
2023-07-11Add columns for static_libraries, whole_static_libraries andWei Li
2023-05-19Changes in Bazel rules to support SBOM generation of b build unbundled APEXs.Wei Li
2023-04-18Fix api fingerprinting with apex and update testsZi Wang
2023-04-12Read Unbundled_build and Always_use_prebuilt_sdks in a transition-friendly wayCole Faust
2023-04-12Merge "Revert "Revert "Override apex manifest package, android_app_cert...""android-u-beta-1-gplJingwen Chen
2023-04-11Don't load product_variables.bzl where possibleCole Faust
2023-04-11Revert "Revert "Override apex manifest package, android_app_cert..."Jingwen Chen
2023-04-11Revert "Override apex manifest package, android_app_certificate ..."Junho Yoon
2023-04-10Override apex manifest package, android_app_certificate and apex_key with pro...Jingwen Chen
2023-04-06Revert^2 "Read the default certificate in a transition-friendly way"Cole Faust
2023-04-04Revert "Read the default certificate in a transition-friendly way"Graciela Putri
2023-04-03Read the default certificate in a transition-friendly wayCole Faust
2023-03-29Add bazel support for custom canned fs config files.Jingwen Chen
2023-03-28Read apex compression product var in a transition-friendly wayCole Faust
2023-03-23Merge "Add updatability validations for bazel apex rule."Jingwen Chen
2023-03-22Make the secondary arch into a constraint settingCole Faust
2023-03-22Merge "Add transitions for LTO on cc_binary"Trevor Radcliffe
2023-03-22Add updatability validations for bazel apex rule.Jingwen Chen
2023-03-20Add transitions for LTO on cc_binaryTrevor Radcliffe
2023-03-17match soong api_fingerprint behavior in bazelZi Wang
2023-03-17Merge "Add filesInfo data into ApexMkInfo provider."Jingwen Chen
2023-03-16Enable and fix buildifier unused-variable and list-append lintsCole Faust
2023-03-16Add filesInfo data into ApexMkInfo provider.Jingwen Chen
2023-03-09Encapsulate api level functions into a struct.Jingwen Chen
2023-03-09Add preview level support to api.bzl.Jingwen Chen
2023-03-09Merge "Fix buildifier warnings in apex rules"Cole Faust
2023-03-08Incorporate use of api fingerprint into Bazel apex ruleZi Wang
2023-03-07Fix buildifier warnings in apex rulesCole Faust
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-04Make copyright messages comments, not docstringsCole Faust
2023-03-02DefaultAppTargetSDK implementation in starlarkAlix
2023-03-01Add support for APEX_GLOBAL_MIN_SDK_VERSION_OVERRIDE in apex.bzl.Jingwen Chen
2023-02-16Add TODOs for --min_sdk_version and --target_sdk_version flags in apex.bzl.Jingwen Chen
2023-02-07mixed build targets need transitive tidy filesSam Delmerico
2023-01-30testcases for apex_available static header libsSam Delmerico
2023-01-27Exclude bootstrap libs as required deps for an apex in a new AndroidMkInfo pr...Jingwen Chen
2023-01-11Sort canned fs_config lines to facilitate comparison with Bazel-built APEXesSasha Smundak
2023-01-11Merge "Add signed_capex to ApexInfo#signed_compressed_output."Jingwen Chen
2023-01-10Sort provides and requires libs in the apex rule.Jingwen Chen
2023-01-10Add signed_capex to ApexInfo#signed_compressed_output.Jingwen Chen
2023-01-07Merge "Support multiple android products in a single bazel build"Cole Faust
2023-01-05Support multiple android products in a single bazel buildCole Faust
2023-01-05join apex_available apex_platform_available aspectSam Delmerico
2022-12-15Some changes in apex transitions shared_lib_transition_64/32:Wei Li
2022-12-13add APEX transitive dependency tracking aspectSam Delmerico
2022-12-13Add bazel support for OVERRIDE_APEX_MANIFEST_DEFAULT_VERSION.Jingwen Chen
2022-12-06Merge "Change apex rule to support 64bit only products, for which only 64bit ...Wei Li
2022-12-01Change apex rule to support 64bit only products, for which only 64bit librari...Wei Li
2022-12-01Implement apex_available_aspect.Jingwen Chen