aboutsummaryrefslogtreecommitdiff
path: root/rules/apex/apex_test.bzl
AgeCommit message (Expand)Author
2023-04-12Read Unbundled_build and Always_use_prebuilt_sdks in a transition-friendly wayCole 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-03-31rename aidl/library.bzl to aidl/aidl_library.bzlSam Delmerico
2023-03-31Merge "Move the testing platforms out of soong_injection"Cole Faust
2023-03-30Move the testing platforms out of soong_injectionCole 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-17match soong api_fingerprint behavior in bazelZi Wang
2023-03-16remove stub dependency on source_librarySam Delmerico
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-06Prevent stubs libs from being propagated to makeVinh Tran
2023-03-02Merge "Introduce transitions to propagate LTO lib deps"Trevor Radcliffe
2023-03-01Add support for APEX_GLOBAL_MIN_SDK_VERSION_OVERRIDE in apex.bzl.Jingwen Chen
2023-03-01Introduce transitions to propagate LTO lib depsTrevor Radcliffe
2023-02-17Remove unnecessary transitions for fdo_profileLiz Kammer
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-11Propagate aidl_interface's min_sdk_version downstream for apex deps validationVinh Tran
2023-01-10Merge "Sort provides and requires libs in the apex rule."Treehugger Robot
2023-01-10Sort provides and requires libs in the apex rule.Jingwen Chen
2023-01-09Include static_deps attr in apex_available_aspectVinh Tran
2023-01-05join apex_available apex_platform_available aspectSam Delmerico
2022-12-21Merge "Remove has_stubs attr from cc_library_shared"Vinh Tran
2022-12-20Remove has_stubs attr from cc_library_sharedVinh Tran
2022-12-19Add test for testing the arch variant cflags set on cc moduled included in AP...Wei Li
2022-12-13add APEX transitive dependency tracking aspectSam Delmerico
2022-12-13add sdk_version_apex_inherit featureSam Delmerico
2022-12-13Merge "Add bazel support for OVERRIDE_APEX_MANIFEST_DEFAULT_VERSION."Treehugger Robot
2022-12-13Add bazel support for OVERRIDE_APEX_MANIFEST_DEFAULT_VERSION.Jingwen Chen
2022-12-12Add transition for fdo profile to cc_library_sharedVinh Tran
2022-12-01Implement apex_available_aspect.Jingwen Chen
2022-11-14Add notices file to APEX.Sasha Smundak
2022-11-09Create -base.zip in apex Bazel ruleLiz Kammer
2022-11-08bazel apex: Add support for generating <module>_using.xml.Jingwen Chen
2022-11-07Generate <APEX>-installed-files.txt for APEXes.Wei Li
2022-11-07bazel apex: add support for generating _using.txt file.Jingwen Chen
2022-11-03Generate <apex>_backing.txt file for APEXes.Wei Li
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-05Support min_sdk_version = "apex_inherit" in cc modules.Yu Liu
2022-10-04Share default android_app_certificate logic between android_binary and apex.Jingwen Chen
2022-09-14Add validation check to the apex parameterized aspect to validateJingwen Chen
2022-09-07Prevent apex targets from trying to resolve toolchains for non-androidJingwen Chen
2022-08-26The changes below add the support of buildling cc stub libraries and linking ...Wei Li