From 0e03081e83b6e77fc421d05aa30614a39e20131d Mon Sep 17 00:00:00 2001 From: Vachounet Date: Tue, 9 Jan 2018 13:48:22 +0100 Subject: [PATCH] sanders: build audiod * And update path --- device.mk | 3 ++- rootdir/etc/init.qcom.rc | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/device.mk b/device.mk index ff1402f..4a7a602 100644 --- a/device.mk +++ b/device.mk @@ -73,7 +73,8 @@ PRODUCT_PACKAGES += \ audio.r_submix.default \ libaudio-resampler \ libshim_adsp \ - libtinycompress + libtinycompress \ + audiod PRODUCT_PACKAGES += \ libqcomvisualizer \ diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index ae8d49e..27b6c39 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -523,7 +523,7 @@ service time_daemon /system/vendor/bin/time_daemon group root writepid /dev/cpuset/system-background/tasks -service audiod /system/bin/audiod +service audiod /system/vendor/bin/audiod class late_start user system group system