Skip to content

Commit

Permalink
chiron: Switch blob source to FP3
Browse files Browse the repository at this point in the history
Change-Id: Ic23eb57d1f0b6d89c36ac3f4a4ea8d6bfcf7dd56
  • Loading branch information
vware authored and BYZYB committed Apr 14, 2024
1 parent 85ce15e commit dfb402e
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 14 deletions.
1 change: 0 additions & 1 deletion configs/public.libraries.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
libadsprpc.so
libOpenCL.so
libprotobuf-cpp-full.so
libprotobuf-cpp-lite.so
libqti-perfd-client.so
libsdsprpc.so
8 changes: 5 additions & 3 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,17 @@ PRODUCT_PACKAGES += \

# ANT+
PRODUCT_PACKAGES += \
AntHalService
AntHalService-Soong \
[email protected]

# Bluetooth
PRODUCT_PACKAGES += \
android.hardware.bluetooth.audio-impl \
[email protected] \
[email protected] \
audio.bluetooth.default \
[email protected]
[email protected] \
[email protected]

# Boot animation
TARGET_SCREEN_HEIGHT := 1920
Expand All @@ -75,7 +77,7 @@ PRODUCT_PACKAGES += \
[email protected]:64 \
[email protected]:32 \
[email protected] \
android.hardware.camera.provider@2.5:64 \
android.hardware.camera.provider@2.6:64 \
libcamera_shim \
libpiex_shim \
[email protected]:64
Expand Down
22 changes: 16 additions & 6 deletions manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@
<fqname>@1.0::IFingerprintSensorTest/default</fqname>
</hal>
<hal format="hidl">
<name>com.qualcomm.qti.ant</name>
<name>com.dsi.ant</name>
<transport>hwbinder</transport>
<fqname>@1.0::IAntHci/default</fqname>
<fqname>@1.0::IAnt/default</fqname>
</hal>
<hal format="hidl">
<name>com.qualcomm.qti.dpm.api</name>
Expand All @@ -133,12 +133,12 @@
<hal format="hidl">
<name>com.qualcomm.qti.imscmservice</name>
<transport>hwbinder</transport>
<fqname>@2.0::IImsCmService/qti.ims.connectionmanagerservice</fqname>
<fqname>@2.2::IImsCmService/qti.ims.connectionmanagerservice</fqname>
</hal>
<hal format="hidl">
<name>com.qualcomm.qti.uceservice</name>
<transport>hwbinder</transport>
<fqname>@2.0::IUceService/com.qualcomm.qti.uceservice</fqname>
<fqname>@2.3::IUceService/com.qualcomm.qti.uceservice</fqname>
</hal>
<hal format="hidl">
<name>vendor.display.config</name>
Expand Down Expand Up @@ -169,12 +169,12 @@
<hal format="hidl">
<name>vendor.qti.hardware.bluetooth_sar</name>
<transport>hwbinder</transport>
<fqname>@1.0::IBluetoothSar/default</fqname>
<fqname>@1.1::IBluetoothSar/default</fqname>
</hal>
<hal format="hidl">
<name>vendor.qti.hardware.btconfigstore</name>
<transport>hwbinder</transport>
<fqname>@1.0::IBTConfigStore/default</fqname>
<fqname>@2.0::IBTConfigStore/default</fqname>
</hal>
<hal format="hidl">
<name>vendor.qti.hardware.data.latency</name>
Expand Down Expand Up @@ -256,6 +256,16 @@
<transport>hwbinder</transport>
<fqname>@1.0::ITuiComm/default</fqname>
</hal>
<hal format="hidl">
<name>vendor.qti.ims.callinfo</name>
<transport>hwbinder</transport>
<fqname>@1.0::IService/default</fqname>
</hal>
<hal format="hidl">
<name>vendor.qti.ims.factory</name>
<transport>hwbinder</transport>
<fqname>@1.1::IImsFactory/default</fqname>
</hal>
<hal format="hidl">
<name>vendor.qti.imsrtpservice</name>
<transport>hwbinder</transport>
Expand Down
1 change: 1 addition & 0 deletions rootdir/etc/init.qcom.rc
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ on boot
# Start qcrild services
start vendor.qcrild
start vendor.qcrild2
start vendor.dataqti

service vendor.atfwd /vendor/bin/ATFWD-daemon
class late_start
Expand Down
2 changes: 0 additions & 2 deletions sepolicy/vendor/ipacm.te

This file was deleted.

3 changes: 3 additions & 0 deletions sepolicy/vendor/property_contexts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Bluetooth
persist.vendor.bt.address u:object_r:vendor_bluetooth_prop:s0

# Camera
camera.boke. u:object_r:camera_prop:s0
camera.cts. u:object_r:camera_prop:s0
Expand Down
4 changes: 2 additions & 2 deletions vendor.prop
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ bluetooth.profile.pan.panu.enabled?=true
bluetooth.profile.pbap.server.enabled?=true
bluetooth.profile.sap.server.enabled?=true
persist.vendor.qcom.bluetooth.aac_frm_ctl.enabled=true
vendor.qcom.bluetooth.soc=cherokee
persist.vendor.qcom.bluetooth.soc=cherokee

# Camera
persist.camera.stats.test=5
Expand Down Expand Up @@ -162,6 +162,7 @@ debug.stagefright.omx_default_rank=0

# Network manager
persist.vendor.data.iwlan.enable=true
persist.vendor.data.mode=concurrent

# Perf
ro.vendor.extension_library=libqti-perfd-client.so
Expand All @@ -172,7 +173,6 @@ persist.radio.multisim.config=dsds
persist.vendor.data.mode=concurrent
persist.vendor.radio.apm_sim_not_pwdn=1
persist.vendor.radio.custom_ecc=1
persist.vendor.radio.enableadvancedscan=false
persist.vendor.radio.force_on_dc=true
persist.vendor.radio.mt_sms_ack=30
persist.vendor.radio.rat_on=combine
Expand Down

0 comments on commit dfb402e

Please sign in to comment.