diff options
author | Jayant Chowdhary <jchowdhary@google.com> | 2021-11-03 12:06:08 -0700 |
---|---|---|
committer | Jayant Chowdhary <jchowdhary@google.com> | 2022-02-04 07:53:30 -0800 |
commit | 33e7fef887d792a769d5ff69329f56e9c5b8fc30 (patch) | |
tree | 9c0d1f862a281c8327c7bf0489a8c6000a250855 /compatibility_matrices | |
parent | 29de6009658883f8a82237103b3fee9c628a35c3 (diff) |
Add AIDL interfaces for camera metadata.
Bug: 196432585
Test: build; Implementation will be submitted later.
Change-Id: I1fe9488bb34ef5c0a755d7bb8f284cc1fbc8f298
Signed-off-by: Jayant Chowdhary <jchowdhary@google.com>
Diffstat (limited to 'compatibility_matrices')
-rw-r--r-- | compatibility_matrices/exclude/fcm_exclude.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compatibility_matrices/exclude/fcm_exclude.cpp b/compatibility_matrices/exclude/fcm_exclude.cpp index 414c502fd7..8eed19532f 100644 --- a/compatibility_matrices/exclude/fcm_exclude.cpp +++ b/compatibility_matrices/exclude/fcm_exclude.cpp @@ -53,7 +53,8 @@ bool ShouldCheckMissingHalsInFcm(const std::string& package) { // AIDL "android.hardware.audio.common", "android.hardware.biometrics.common", - "android.hardware.common", + "android.hardware.biometrics.common", + "android.hardware.camera.metadata", "android.hardware.common.fmq", "android.hardware.graphics.common", "android.hardware.input.common", |