commit | 159f395b58631a5565bfc4844718d1acf1bb9557 | [log] [tgz] |
---|---|---|
author | Faraaz Sareshwala <faraazs@fuchsia.infra.roller.gmail.com> | Wed May 01 20:37:53 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Wed May 01 13:39:49 2024 -0700 |
tree | fb0d1ad802f833e7327d8cbbc95f48f993e46745 | |
parent | ec39ae638a0c22590a3a5e795173db60c1ce4b49 [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.