diff options
author | Roshan Pius <rpius@google.com> | 2021-10-12 09:45:28 -0700 |
---|---|---|
committer | Roshan Pius <rpius@google.com> | 2021-10-13 17:15:05 -0700 |
commit | f527f8f774e9caaceb9ef6ff7bbce27525f4cc37 (patch) | |
tree | 22bfed79d354c796a125d6ac11f414f2a61bc7ad /compatibility_matrices/exclude/fcm_exclude.cpp | |
parent | 1b5669f76389e73a879be1b86a0aaee8422724f4 (diff) |
uwb(interface): Add a package for Android specific params in UCI
Along with the FIRA standard defined UCI specification, Android needs to
support some Android specific commands/params (uses vendor carve-outs in
the specifications). Use this new package to explicitly specify these
Android specific commands/params.
Note: This package is not tied to main UWB HAL interface and should be
updatable between dessert releases (infra changes needed to support
this still needs to be figured out).
Bug: 197886322
Test: Compiles
Change-Id: Id8b50a84cec40f80389cef3a7bfad920a3e07446
Diffstat (limited to 'compatibility_matrices/exclude/fcm_exclude.cpp')
-rw-r--r-- | compatibility_matrices/exclude/fcm_exclude.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compatibility_matrices/exclude/fcm_exclude.cpp b/compatibility_matrices/exclude/fcm_exclude.cpp index d8c9170000..1def7381ef 100644 --- a/compatibility_matrices/exclude/fcm_exclude.cpp +++ b/compatibility_matrices/exclude/fcm_exclude.cpp @@ -57,6 +57,7 @@ bool ShouldCheckMissingHalsInFcm(const std::string& package) { "android.hardware.graphics.common", "android.hardware.keymaster", "android.hardware.radio", + "android.hardware.uwb.fira_android", // Fastboot HAL is only used by recovery. Recovery is owned by OEM. Framework // does not depend on this HAL, hence it is not declared in any manifests or matrices. |