Now that seandroid will allow selinux-network.sh files to be appended etc.,
the final version cannot be loaded by Android:
init: cannot execve('/system/bin/selinux-network.sh'): Exec format error
This patch removes lines added by the m4 processor that stops it loading:
--- a/Android.mk 2013-08-28 16:12:57.000000000 +0100
+++ b/Android.mk 2013-09-07 16:02:02.707350165 +0100
@@ -160,7 +160,7 @@
$(LOCAL_BUILT_MODULE): $(call build_policy, $(LOCAL_MODULE))
mkdir -p $(dir $@)
- $(hide)m4 -s $^ > $@
+ $(hide)m4 $^ > $@
##################################
include $(CLEAR_VARS)
--
This message was distributed to subscribers of the seandroid-list mailing list.
If you no longer wish to subscribe, send mail to [email protected] with
the words "unsubscribe seandroid-list" without quotes as the message.