Define CHRE daemon variables and remove rc config

Define CHRE_DAEMON_USE_SDSPRPC for wahoo since the daemon needs it to
be built properly now.

Additionally, the daemon's init.rc config is now included as part of the
daemon makefile so remove it from the device's init.hardware.rc.

Bug: 139693714
Test: compile
Change-Id: I0aaf7a3d965abeac63f4f62d743e655be3bebc09
This commit is contained in:
Anthony Stange
2019-10-22 13:05:07 -04:00
parent 38369c41c2
commit d3b77449d8
2 changed files with 4 additions and 7 deletions

View File

@@ -130,6 +130,10 @@ BOARD_HOSTAPD_PRIVATE_LIB := lib_driver_cmd_$(BOARD_WLAN_DEVICE)
WIFI_HIDL_FEATURE_AWARE := true
WIFI_HIDL_UNIFIED_SUPPLICANT_SERVICE_RC_ENTRY := true
# CHRE
CHRE_DAEMON_ENABLED := true
CHRE_DAEMON_USE_SDSPRPC := true
# Audio
BOARD_USES_ALSA_AUDIO := true
AUDIO_FEATURE_ENABLED_MULTI_VOICE_SESSIONS := true

View File

@@ -703,13 +703,6 @@ service bugreport /system/bin/dumpstate -d -p -z
oneshot
keycodes 114 115 116
service vendor.chre /vendor/bin/chre
class late_start
user system
group system
socket chre seqpacket 0660 root system
shutdown critical
service vendor.power_sh /vendor/bin/init.power.sh
class main
user root