Android.bp 385 B

123456789101112131415
  1. // Bluetooth bt_stack.conf config file
  2. // ========================================================
  3. prebuilt_etc {
  4. name: "bt_stack.conf",
  5. src: "bt_stack.conf",
  6. sub_dir: "bluetooth",
  7. }
  8. // Bluetooth bt_did.conf config file
  9. // ========================================================
  10. prebuilt_etc {
  11. name: "bt_did.conf",
  12. src: "bt_did.conf",
  13. sub_dir: "bluetooth",
  14. }