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

Commit 6ea114dc authored by Devin Moore's avatar Devin Moore
Browse files

Remove compatibility_matrix.9.xml from 'next' builds

This compatibility matrix has not be finalized or released yet, so it's
very important that releasing devices in the 'next' configuration don't
use its contents.

Test: m
Bug: 296930312
Change-Id: I843a24308a1653bff0b4842ff71e657304bea2c8
Merged-In: I843a24308a1653bff0b4842ff71e657304bea2c8
parent 9c8fc4b8
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -103,9 +103,15 @@ 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 \

# Only allow the use of the unreleased compatibility matrix when we can use unfrozen
# interfaces (in the `next` release configuration).
ifeq ($(RELEASE_AIDL_USE_UNFROZEN),true)
my_system_matrix_deps += \
    framework_compatibility_matrix.9.xml
endif

my_framework_matrix_deps += \
    $(my_system_matrix_deps)