diff options
author | Jayant Chowdhary <jchowdhary@google.com> | 2021-11-03 12:41:32 -0700 |
---|---|---|
committer | Jayant Chowdhary <jchowdhary@google.com> | 2022-02-04 09:47:05 -0800 |
commit | 0b0d7332f146ba94cf00d8afa8ce655c4ba1c773 (patch) | |
tree | 4c97048c31d4e860edae959148bbb0ab0d243d52 /compatibility_matrices | |
parent | fd3b3c6c7222f3e6090c169adacddb43efcd7027 (diff) |
Add AIDL interface files for android.hardware.camera.common .
Bug: 196432585
Test: build; implementation will be submitted later.
Change-Id: Ic7577c557195464d9ef99506d8ceba172db14e0b
Signed-off-by: Jayant Chowdhary <jchowdhary@google.com>
Diffstat (limited to 'compatibility_matrices')
-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 9e6285756d..6de9d03683 100644 --- a/compatibility_matrices/exclude/fcm_exclude.cpp +++ b/compatibility_matrices/exclude/fcm_exclude.cpp @@ -55,6 +55,7 @@ bool ShouldCheckMissingHalsInFcm(const std::string& package) { "android.hardware.biometrics.common", "android.hardware.camera.metadata", "android.hardware.camera.device", + "android.hardware.camera.common", "android.hardware.common", "android.hardware.common.fmq", "android.hardware.graphics.common", |