Android.bp 502 B

1234567891011121314151617181920212223242526272829303132333435
  1. subdirs = [
  2. "binder",
  3. "build",
  4. "btif",
  5. "btcore",
  6. "common",
  7. "audio_a2dp_hw",
  8. "audio_bluetooth_hw",
  9. "audio_hal_interface",
  10. "audio_hearing_aid_hw",
  11. "gd",
  12. "hci",
  13. "utils",
  14. "device",
  15. "stack",
  16. "osi",
  17. "embdrv",
  18. "service",
  19. "include",
  20. "main",
  21. "bta",
  22. "vendor_libs",
  23. "test",
  24. "types",
  25. "udrv",
  26. "tools",
  27. "proto",
  28. ]
  29. filegroup {
  30. name: "BluetoothTestConfigTemplate",
  31. srcs: [
  32. "AndroidTestTemplate.xml"
  33. ]
  34. }