[roll] Roll fuchsia [bt][core] improve naming of android_hci and hci_android namespace aliases

Many files currently have the following at the top:

```
namespace hci_android = hci_spec::vendor::android;
namespace android_hci = pw::bluetooth::vendor::android_hci;
```

With two namespace aliases that look very similar, it's quite easy to
get confused. This change updates the above namespace aliases and their
usage to the following:

```
namespace android_hci = hci_spec::vendor::android;
namespace android_emb = pw::bluetooth::vendor::android_hci;
```

Original-Fixed: b/335491380
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1034693
Original-Revision: bbf4261aa4090212ae02f417655ec78e13f2e421
GitOrigin-RevId: 6c69e423e1caddb483f9432f9c1020e8253a2523
Change-Id: I580d251f425dcd2a448694e5d7beed83c2620ff9
1 file changed
tree: fb0d1ad802f833e7327d8cbbc95f48f993e46745
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.