Merge 00a3282458 on remote branch

Change-Id: Ic29c0af93606a2273819ca5ff5deb854a18134a0
This commit is contained in:
Linux Build Service Account 2017-11-19 11:31:22 -07:00
commit 71930a6b31
3 changed files with 46 additions and 1 deletions

41
manifest.xml Normal file → Executable file
View file

@ -618,10 +618,12 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<version>1.0</version>
<interface>
<name>ICryptoFactory</name>
<instance>widevine</instance>
<instance>default</instance>
</interface>
<interface>
<name>IDrmFactory</name>
<instance>widevine</instance>
<instance>default</instance>
</interface>
</hal>
@ -659,4 +661,43 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<instance>default</instance>
</interface>
</hal>
<!-- Thermal HAL Service -->
<hal format="hidl">
<name>android.hardware.thermal</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IThermal</name>
<instance>default</instance>
</interface>
</hal>
<!-- Tether Offload -->
<hal format="hidl">
<name>android.hardware.tetheroffload.config</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IOffloadConfig</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.tetheroffload.control</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IOffloadControl</name>
<instance>default</instance>
</interface>
</hal>
<!-- Factory HAL service -->
<hal format="hidl">
<name>vendor.qti.hardware.factory</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IFactory</name>
<instance>default</instance>
</interface>
</hal>
</manifest>

View file

@ -304,3 +304,7 @@ PRODUCT_PACKAGES += android.hardware.gatekeeper@1.0-impl \
endif
PRODUCT_PROPERTY_OVERRIDES += rild.libpath=/system/vendor/lib64/libril-qc-qmi-1.so
#Thermal
PRODUCT_PACKAGES += android.hardware.thermal@1.0-impl \
android.hardware.thermal@1.0-service

View file

@ -178,7 +178,7 @@ persist.camera.preview.ubwc=0
ro.vendor.qti.config.zram=true
#set maximum supported adapter voltage
persist.charger.max_voltage_mv=9000
persist.chg.max_volt_mv=9000
#Property to enable display default color mode
vendor.display.enable_default_color_mode=1