potter: add FM support
This commit is contained in:
@@ -107,6 +107,10 @@ MAX_EGL_CACHE_SIZE := 2048*1024
|
|||||||
|
|
||||||
TARGET_USES_SDM := false
|
TARGET_USES_SDM := false
|
||||||
|
|
||||||
|
# FM
|
||||||
|
BOARD_HAVE_QCOM_FM := true
|
||||||
|
TARGET_QCOM_NO_FM_FIRMWARE := true
|
||||||
|
|
||||||
# Keymaster
|
# Keymaster
|
||||||
TARGET_PROVIDES_KEYMASTER := true
|
TARGET_PROVIDES_KEYMASTER := true
|
||||||
|
|
||||||
|
|||||||
@@ -847,12 +847,10 @@ service loc_launcher /system/bin/loc_launcher
|
|||||||
class late_start
|
class late_start
|
||||||
group gps inet qcom_diag wifi
|
group gps inet qcom_diag wifi
|
||||||
|
|
||||||
service fm_dl /system/bin/sh /system/etc/init.qcom.fm.sh
|
service fm_qsoc_patches /system/bin/fm_qsoc_patches 199217 0
|
||||||
class late_start
|
class late_start
|
||||||
user system
|
user bluetooth
|
||||||
group system
|
group bluetooth net_bt_admin net_admin
|
||||||
disabled
|
|
||||||
oneshot
|
|
||||||
|
|
||||||
on property:crypto.driver.load=1
|
on property:crypto.driver.load=1
|
||||||
insmod /system/lib/modules/qce.ko
|
insmod /system/lib/modules/qce.ko
|
||||||
|
|||||||
Reference in New Issue
Block a user