Remove redundant device property setting for reduceOpsTaskSplitting

This feature has been flipped to on for everyone,
no need to have device-specific settings.

This reverts commit daf9469deb.

Bug: 183612348
Bug: 185920634
Change-Id: I884e7285da510089dbbe378690ee530643adf820
(cherry picked from commit 86c9726126)
This commit is contained in:
Adlai Holler
2021-05-19 14:32:12 +00:00
committed by Alex Hong
parent 3ec6c7a272
commit 1e2a1e4c7d

View File

@@ -235,10 +235,6 @@ PRODUCT_PACKAGES += \
NoCutoutOverlay \
AvoidAppsInCutoutOverlay
# (b/183612348): Enable skia reduceOpsTaskSplitting
PRODUCT_PROPERTY_OVERRIDES += \
renderthread.skia.reduceopstasksplitting=true
# Include the redfin product FCM.
# Vendor Freeze system-only builds use a different FCM.
ifneq ($(PRODUCT_VENDOR_FREEZE_SYSTEM_BUILD),true)