Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8c45f4ab authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge changes from topic "cm_vintf_workaround"

* changes:
  Allow fingerprint HAL to be updated via apex in U
  Only allow cuttlefish to use FCM 9 HALs
parents 82f86a1d 4b5d155a
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -103,9 +103,17 @@ my_system_matrix_deps := \
    framework_compatibility_matrix.6.xml \
    framework_compatibility_matrix.7.xml \
    framework_compatibility_matrix.8.xml \
    framework_compatibility_matrix.9.xml \
    framework_compatibility_matrix.device.xml \

# Allow only cuttlefish to continue using matrix 9 HALs
# TODO(b/290060286) This is a temporary workaround for trunk stable and
# should be removed once interface versions can be flagged properly.
ifneq (,$(filter device/google/cuttlefish/shared/config/manifest.xml, $(DEVICE_MANIFEST_FILE)))
my_system_matrix_deps += \
    framework_compatibility_matrix.9.xml \

endif

my_framework_matrix_deps += \
    $(my_system_matrix_deps)

+1 −1
Original line number Diff line number Diff line
@@ -142,7 +142,7 @@
            <instance>default</instance>
        </interface>
    </hal>
    <hal format="aidl" optional="true">
    <hal format="aidl" optional="true" updatable-via-apex="true">
        <name>android.hardware.biometrics.fingerprint</name>
        <version>2</version>
        <interface>