Cole Faust 8ee97f7a20 Merge "Revert "Add unit test for parsing build files in bp2build"" 10 months ago
..
Android.bp 346a117921 Create bp2build converter for platform_compat_config module type 11 months ago
aar_conversion_test.go 2eef2e13e9 Bp2build support for sdk_version and java_version. 1 year ago
aidl_library_conversion_test.go 3d16990b29 Implement bp2build converter for aidl_library 1 year ago
android_app_certificate_conversion_test.go 3177a6e1e0 export common bp2build testing functions 1 year ago
android_app_conversion_test.go 56d41d0725 Don't translate "required" to unsupported "data" in android_app. 1 year ago
androidbp_to_build_templates.go fb58949414 Handle nameless modules during bp2build conversion. 1 year ago
apex_conversion_test.go e860d1429e add apex_available_name variant_version to bp2build unit tests 11 months ago
apex_key_conversion_test.go 6817bbb3c8 Introduce BazelStringOrLabelFromProp. 1 year ago
api_domain_conversion_test.go 8b4a5f352e Move API providing modules from bp2build to api_bp2build workspace 1 year ago
bp2build.go c9508aac4c Load starlark files from soong 1 year ago
bp2build_product_config.go 319abae1c7 Remove --noexperimental_platform_in_output_dir 11 months ago
bpf_conversion_test.go b3cb38c3c8 Add bp2build converter for bpf 1 year ago
build_conversion.go 39a169721c Provide reason for unconverted bp2build modules 10 months ago
build_conversion_test.go 3d927238cc Revert "Add unit test for parsing build files in bp2build" 10 months ago
bzl_conversion.go 18994c73f1 Replace SortedStringKeys with SortedKeys 1 year ago
bzl_conversion_test.go 6a448ec1a3 Add a function to create config_setting(s) 1 year ago
cc_binary_conversion_test.go e266787aed bp2build conversion for rscript srcs in cc modules 10 months ago
cc_library_conversion_test.go 523c5c6597 Explicitly disable CFI in bp2build when false 10 months ago
cc_library_headers_conversion_test.go 9f609db46a Add variant_prepend support for all the properties in bp2build 1 year ago
cc_library_shared_conversion_test.go e266787aed bp2build conversion for rscript srcs in cc modules 10 months ago
cc_library_static_conversion_test.go e266787aed bp2build conversion for rscript srcs in cc modules 10 months ago
cc_object_conversion_test.go 3fad8ed0d1 convert cc_object crt property in bp2build 1 year ago
cc_prebuilt_binary_conversion_test.go b12ff59f0b Support cc_prebuilt_binary building with Bazel 1 year ago
cc_prebuilt_library_conversion_test.go c641cc496b bp2build: migrate export_{,system_}include_dirs -> *includes for cc_prebuilt_library{,_static,_shared} 1 year ago
cc_prebuilt_library_shared_conversion_test.go c641cc496b bp2build: migrate export_{,system_}include_dirs -> *includes for cc_prebuilt_library{,_static,_shared} 1 year ago
cc_prebuilt_library_shared_test.go c5184ec089 Rename prebuilt_library_* to cc_prebuilt_library_* 1 year ago
cc_prebuilt_library_static_conversion_test.go c641cc496b bp2build: migrate export_{,system_}include_dirs -> *includes for cc_prebuilt_library{,_static,_shared} 1 year ago
cc_prebuilt_library_static_test.go c353abdd53 Revert "Revert "Produce _alwayslink sibling targets through bp2b..." 1 year ago
cc_prebuilt_object_conversion_test.go c5075e917e Add bp2build support for cc_prebuilt_object 1 year ago
cc_test_conversion_test.go efc51d9396 Correct cc_test_library migration 1 year ago
cc_yasm_conversion_test.go e06d75be5d Exporting MakeBazelTarget() in testing.go 1 year ago
configurability.go 921af32310 Print default val if all vals in axis match default val 1 year ago
constants.go 413a7a97fb Have bp2build generate BUILD.bazel instead of generating BUILD. 3 years ago
conversion.go 8a161be19b Move bazel environment variable list to bzl files 10 months ago
conversion_test.go 8a161be19b Move bazel environment variable list to bzl files 10 months ago
droidstubs_conversion_test.go 0b555e323b Create (API) bp2build converters for droidstubs 1 year ago
filegroup_conversion_test.go 21bfa5816d Revert "Revert "Revert "Add aidl.deps prop to include aidl implicit deps explicitly in Android.bp""" 10 months ago
genrule_conversion_test.go 1e75324ebd Correct genrule path references 11 months ago
gensrcs_conversion_test.go 8bd92429e5 bp2build data property -> data attr in gensrcs 11 months ago
java_binary_host_conversion_test.go 5dba0ec98c Update runpath for jni libs 11 months ago
java_host_for_device_conversion_test.go 2eef2e13e9 Bp2build support for sdk_version and java_version. 1 year ago
java_import_conversion_test.go 2eef2e13e9 Bp2build support for sdk_version and java_version. 1 year ago
java_library_conversion_test.go b29a3cd2aa bp2build java_resources that only contain a filegroup 11 months ago
java_library_host_conversion_test.go 2eef2e13e9 Bp2build support for sdk_version and java_version. 1 year ago
java_plugin_conversion_test.go 2eef2e13e9 Bp2build support for sdk_version and java_version. 1 year ago
java_proto_conversion_test.go 2eef2e13e9 Bp2build support for sdk_version and java_version. 1 year ago
java_sdk_library_conversion_test.go b2179e397a Add limited bp2build converter of java_sdk_library 1 year ago
java_test_host_conversion_test.go 65b36729c3 Add simple bp2build converter for java_test_host 11 months ago
license_conversion_test.go 9d2f1743d2 Implement bp2build for the `license` module 1 year ago
license_kind_conversion_test.go a93c62b375 Implement bp2build for the `license_kind` module 1 year ago
linker_config_conversion_test.go 1b4b2d9209 Export RunBp2BuildTestCaseSimple() in testing.go 1 year ago
metrics.go 39a169721c Provide reason for unconverted bp2build modules 10 months ago
package_conversion_test.go 2c9e8d6128 Change bp2build converter of module "package". 1 year ago
performance_test.go b85d1a15cc Bp2build support for multiple product configs 1 year ago
platform_compat_config_conversion_test.go 346a117921 Create bp2build converter for platform_compat_config module type 11 months ago
prebuilt_etc_conversion_test.go bbfd538326 product_variables srcs in prebuilt_etc 1 year ago
python_binary_conversion_test.go 7d8f6182f9 Fix some issues in bp2build converter for python_binary_host. 1 year ago
python_library_conversion_test.go 1b4b2d9209 Export RunBp2BuildTestCaseSimple() in testing.go 1 year ago
python_test_conversion_test.go d82f036b89 bp2build support for python_test(_host) 1 year ago
sh_conversion_test.go e06d75be5d Exporting MakeBazelTarget() in testing.go 1 year ago
soong_config_module_type_conversion_test.go 4d11d10ce2 build: Fix bp2build panic issue 11 months ago
symlink_forest.go 5db92090e1 Clean old symlink forests 1 year ago
testing.go 3d927238cc Revert "Add unit test for parsing build files in bp2build" 10 months ago