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

Commit d9a5aee2 authored by Devin Moore's avatar Devin Moore Committed by Automerger Merge Worker
Browse files

Only allow cuttlefish to use FCM 9 HALs am: 92aebeae am: e3395a74 am:...

Only allow cuttlefish to use FCM 9 HALs am: 92aebeae am: e3395a74 am: eece3830 am: a7b0ffb6 am: 092d326d

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2647305



Change-Id: I22ea399e3ae894aa072afc174d425e2d7fa68a24
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 1050a86d 092d326d
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)