diff options
author | codeworkx <codeworkx@cyanogenmod.org> | 2013-01-06 12:04:47 +0100 |
---|---|---|
committer | codeworkx <codeworkx@cyanogenmod.org> | 2013-01-06 12:06:19 +0100 |
commit | 3296c9c2cf2d0dd75b892e3100e43e1438c0729a (patch) | |
tree | f57d8e0dff3a4772c60e8f743ebdb371ce651433 | |
parent | a0088c5894f3b3e0507210917ebb5d9928932f05 (diff) | |
download | device_samsung_p5100-3296c9c2cf2d0dd75b892e3100e43e1438c0729a.zip device_samsung_p5100-3296c9c2cf2d0dd75b892e3100e43e1438c0729a.tar.gz device_samsung_p5100-3296c9c2cf2d0dd75b892e3100e43e1438c0729a.tar.bz2 |
p51xx: build libnetcmdiface
Change-Id: I3b6ce3a840fba23b36f8305ecd9464a0baa9fb76
-rwxr-xr-x | init.espresso10.rc | 8 | ||||
-rwxr-xr-x | p51xx-common.mk | 1 |
2 files changed, 5 insertions, 4 deletions
diff --git a/init.espresso10.rc b/init.espresso10.rc index f8cb6cf..65f2e9a 100755 --- a/init.espresso10.rc +++ b/init.espresso10.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/p51xx-common.mk b/p51xx-common.mk index 2e2bf74..c103ce2 100755 --- a/p51xx-common.mk +++ b/p51xx-common.mk @@ -94,6 +94,7 @@ PRODUCT_PACKAGES += \ libtinyalsa \ libaudioutils \ libinvensense_mpl \ + libnetcmdiface \ power.piranha \ smc_pa_ctrl \ tf_daemon \ |