hmm weird I never hit this, as I use this on my internal tree, but I only use REPLACE... The only reason I used m4 was for the include mentions. At this point, just use cat.
On Sat, Sep 7, 2013 at 8:19 AM, Richard Haines < [email protected]> wrote: > 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] > the words "unsubscribe seandroid-list" without quotes as the message. > -- Respectfully, William C Roberts
