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

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

Merge changes from topic "aosp_trunk_stable_cp" into udc-dev-plus-aosp am: 4d6b5001

parents dfc8482f 4d6b5001
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)