mirror of
https://github.com/Evolution-X-Devices/device_google_redfin
synced 2026-01-27 19:13:26 +00:00
Moves the redfin FCM back down to level 5.
redfin's manifest.target-level will stay at 5 even as the vendor is
updated, so this FCM shouldn't have been moved to level=6.
This change includes conditional logic to exclude the S-based level=5
FCM from the build when creating a Vendor-Freeze-compatible system-only
build.
This allows VF system builds to specify their own level=5 redfin FCM
(compatible with the older frozen R vendor) that differs from this
level=5 FCM (which is compatible with S vendor).
Bug: 184976701
Test: build redfin-userdebug and redfin_vf_r-userdebug in Forrest.
Observe check_vintf logs.
Change-Id: Ie25de43fec6fbf0714740a5b7803dd60fd164d41
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<compatibility-matrix version="1.0" type="framework" level="6">
|
||||
<compatibility-matrix version="1.0" type="framework" level="5">
|
||||
<hal format="hidl" optional="false">
|
||||
<name>vendor.google.wireless_charger</name>
|
||||
<version>1.3</version>
|
||||
|
||||
Reference in New Issue
Block a user