diff options
author | codeworkx <codeworkx@cyanogenmod.org> | 2013-01-06 12:07:06 +0100 |
---|---|---|
committer | codeworkx <codeworkx@cyanogenmod.org> | 2013-01-06 12:07:06 +0100 |
commit | 1e1b6ba1277178adff6fdb1aabbf7abbaba59f9a (patch) | |
tree | f0750109cf0ec3466fa7f1c2b4d52cbe8232213f | |
parent | 8cb5de0e14c50a9d965379734535e4765be6c97b (diff) | |
download | device_samsung_p3100-1e1b6ba1277178adff6fdb1aabbf7abbaba59f9a.zip device_samsung_p3100-1e1b6ba1277178adff6fdb1aabbf7abbaba59f9a.tar.gz device_samsung_p3100-1e1b6ba1277178adff6fdb1aabbf7abbaba59f9a.tar.bz2 |
p31xx: build libnetcmdiface
Change-Id: Id663655cb9254124562acb657cacbe85ab1e0fbe
-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 \ |