Snap for 9675941 from 19bfe732fa to udc-release

Change-Id: I4eabf60659d02dbc2a89c1274e7e41cb8701cd79
This commit is contained in:
Android Build Coastguard Worker 2023-03-02 04:07:22 +00:00
commit 0f7f6b5d7f
2 changed files with 10 additions and 0 deletions

View file

@ -226,6 +226,11 @@ PRODUCT_VENDOR_PROPERTIES += \
ro.hardware.egl = mali
endif
# Configure EGL blobcache
PRODUCT_VENDOR_PROPERTIES += \
ro.egl.blobcache.multifile=true \
ro.egl.blobcache.multifile_limit=134217728 \
PRODUCT_VENDOR_PROPERTIES += \
ro.opengles.version=196610 \
graphics.gpu.profiler.support=true \

View file

@ -148,4 +148,9 @@
<!-- Boolean indicating whether DTIM multiplier configuration is enabled. DTIM multiplier value
is when the system is in the suspended mode -->
<bool translatable="false" name="config_wifiDtimMultiplierConfigEnabled">true</bool>
<!-- Boolean indicating whether the framework updates country from scan results when there is
no telephony country code and driver country code is 00.
This is applied only during the setup wizard -->
<bool translatable="false" name ="config_wifiUpdateCountryCodeFromScanResultSetupWizard">true</bool>
</resources>