Only allow cuttlefish to use FCM 9 HALs am: 92aebeae51
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2647305 Change-Id: Ibc08d8fb4216b6750afb04bd237c627a828ce98b Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
e3395a7486
1 changed files with 9 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue