diff options
-rwxr-xr-x | init.espresso.rc | 8 | ||||
-rwxr-xr-x | p31xx-common.mk | 1 |
2 files changed, 5 insertions, 4 deletions
diff --git a/init.espresso.rc b/init.espresso.rc index d04744a..525315a 100755 --- a/init.espresso.rc +++ b/init.espresso.rc @@ -249,10 +249,10 @@ on post-fs-data on boot service pvrsrvctl /vendor/bin/pvrsrvctl --start --no-module - class core - user root - group root - oneshot + class core + user root + group root + oneshot service tf_daemon /system/bin/tf_daemon \ -d -c /vendor/etc/smc_normal_world_android_cfg.ini diff --git a/p31xx-common.mk b/p31xx-common.mk index 5a95d4a..7b0006c 100755 --- a/p31xx-common.mk +++ b/p31xx-common.mk @@ -94,6 +94,7 @@ PRODUCT_PACKAGES += \ libtinyalsa \ libaudioutils \ libinvensense_mpl \ + libnetcmdiface \ power.piranha \ smc_pa_ctrl \ tf_daemon \ |