Update bp2build tests to use stubbed defs

bp2build tests should not use bp2build_available:false test deps,
because, with the "allowlist v2" feature, this will cause these modules
to stop being converted with bp2build. Instead, such test deps should be
"stubbed", which effectively treats them like targets in pre-existing
BUILD files on the filesystem.

Bug: 301312260
Test: m nothing
Change-Id: I96286daec40aedf3f33c2780ce21c8d2c2cd6200
1 file changed
tree: 14080720b9f6087c4b021bfe4857f7547b2de8ad
  1. aidl_api/
  2. analyzer/
  3. build/
  4. metadata/
  5. scripts/
  6. tests/
  7. trace/
  8. aidl-format.sh
  9. aidl.cpp
  10. aidl.h
  11. aidl_checkapi.cpp
  12. aidl_checkapi.h
  13. aidl_const_expressions.cpp
  14. aidl_dumpapi.cpp
  15. aidl_dumpapi.h
  16. aidl_language.cpp
  17. aidl_language.h
  18. aidl_language_l.ll
  19. aidl_language_y.yy
  20. aidl_to_common.cpp
  21. aidl_to_common.h
  22. aidl_to_cpp.cpp
  23. aidl_to_cpp.h
  24. aidl_to_cpp_common.cpp
  25. aidl_to_cpp_common.h
  26. aidl_to_java.cpp
  27. aidl_to_java.h
  28. aidl_to_ndk.cpp
  29. aidl_to_ndk.h
  30. aidl_to_rust.cpp
  31. aidl_to_rust.h
  32. aidl_typenames.cpp
  33. aidl_typenames.h
  34. aidl_unittest.cpp
  35. Android.bp
  36. ast_java.cpp
  37. ast_java.h
  38. ast_java_unittest.cpp
  39. check_valid.cpp
  40. check_valid.h
  41. code_writer.cpp
  42. code_writer.h
  43. code_writer_unittest.cpp
  44. comments.cpp
  45. comments.h
  46. diagnostics.cpp
  47. diagnostics.h
  48. diagnostics.inc
  49. diagnostics_unittest.cpp
  50. generate_aidl_mappings.cpp
  51. generate_aidl_mappings.h
  52. generate_cpp.cpp
  53. generate_cpp.h
  54. generate_cpp_analyzer.cpp
  55. generate_cpp_analyzer.h
  56. generate_cpp_unittest.cpp
  57. generate_java.cpp
  58. generate_java.h
  59. generate_java_binder.cpp
  60. generate_ndk.cpp
  61. generate_ndk.h
  62. generate_rust.cpp
  63. generate_rust.h
  64. hiddenapi-greylist
  65. import_resolver.cpp
  66. import_resolver.h
  67. io_delegate.cpp
  68. io_delegate.h
  69. io_delegate_unittest.cpp
  70. location.cpp
  71. location.h
  72. logging.cpp
  73. logging.h
  74. main.cpp
  75. NOTICE
  76. options.cpp
  77. options.h
  78. options_unittest.cpp
  79. os.h
  80. OWNERS
  81. parser.cpp
  82. parser.h
  83. permission.cpp
  84. permission.h
  85. preprocess.cpp
  86. preprocess.h
  87. PREUPLOAD.cfg
  88. README.md
  89. run_integration_tests.sh
  90. TEST_MAPPING
README.md

Documentation for this project is currently maintained here:

https://source.android.com/devices/architecture/aidl/overview