From a3975a563f6d773184309a5df95188760de642ae Mon Sep 17 00:00:00 2001 From: Yifan Hong Date: Tue, 1 Aug 2023 12:20:12 -0700 Subject: [PATCH] matrices: Add gnss.* to fcm_exclude. They aren't top level interfaces. Test: TH Bug: 255383566 Change-Id: I8265f531880d1dcff1bf7edfd035a25f9e2a4d70 --- compatibility_matrices/exclude/fcm_exclude.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compatibility_matrices/exclude/fcm_exclude.cpp b/compatibility_matrices/exclude/fcm_exclude.cpp index 6db0b2193b..67b42ca998 100644 --- a/compatibility_matrices/exclude/fcm_exclude.cpp +++ b/compatibility_matrices/exclude/fcm_exclude.cpp @@ -120,6 +120,8 @@ bool ShouldCheckMissingAidlHalsInFcm(const std::string& packageAndVersion) { "android.hardware.camera.common@", "android.hardware.common@", "android.hardware.common.fmq@", + "android.hardware.gnss.measurement_corrections@", + "android.hardware.gnss.visibility_control@", "android.hardware.graphics.common@", "android.hardware.input.common@", "android.hardware.keymaster@",