Revert^2 "Moves the redfin FCM back down to level 5."
Also marks the wireless_charger HAL as optional,
which is not present on the AOSP version of this device.
2475fdaade
Change-Id: I87c6fe0e58056c0bd13ede66c66f3437a5ee0964
This commit is contained in:
parent
4534472bb9
commit
e046f308d6
|
@ -239,5 +239,8 @@ PRODUCT_PACKAGES += \
|
|||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
renderthread.skia.reduceopstasksplitting=true
|
||||
|
||||
# Include the redfin product FCM
|
||||
# Include the redfin product FCM.
|
||||
# Vendor Freeze system-only builds use a different FCM.
|
||||
ifneq ($(PRODUCT_VENDOR_FREEZE_SYSTEM_BUILD),true)
|
||||
PRODUCT_PACKAGES += redfin_product_compatibility_matrix.xml
|
||||
endif
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<compatibility-matrix version="1.0" type="framework" level="6">
|
||||
<hal format="hidl" optional="false">
|
||||
<compatibility-matrix version="1.0" type="framework" level="5">
|
||||
<hal format="hidl" optional="true">
|
||||
<name>vendor.google.wireless_charger</name>
|
||||
<version>1.3</version>
|
||||
<interface>
|
||||
|
|
Loading…
Reference in New Issue