Lines Matching refs:ApexInfo
32 load(":apex_info.bzl", "ApexInfo", "ApexMkInfo")
583 target_under_test[ApexInfo].requires_native_libs, # actual
589 target_under_test[ApexInfo].provides_native_libs,
1282 container_key_info = target_under_test[ApexInfo].container_key_info
1543 target_under_test[ApexInfo].base_file != None,
1544 "Expected base_file to exist, but found None %s" % target_under_test[ApexInfo].base_file,
1549 target_under_test[ApexInfo].base_with_config_zip.basename,
1552 …config zip to have name ending with , but found %s" % target_under_test[ApexInfo].base_with_config…
1791 actual = target_under_test[ApexInfo].symbols_used_by_apex
1823 actual = target_under_test[ApexInfo].java_symbols_used_by_apex
2522 target[ApexInfo].signed_compressed_output != None,
2523 "ApexInfo.signed_compressed_output should exist from compressible apex",
2557 target[ApexInfo].signed_compressed_output == None,
2558 … "ApexInfo.signed_compressed_output should not exist when compression_enabled is not specified",