aboutsummaryrefslogtreecommitdiffstats
path: root/extensions/filter_init
blob: 2fcdd6dce18b2b6c5aa6cbb36febc05b761ebad1 (plain)
1
2
3
4
5
6
7
#!/bin/sh
# This is for working around Android.mk's incapability to handle $* in CFLAGS,
# even with SECONDEXPNASION.
# LOCAL_CFLAGS:=-D_INIT=$*_init
f=${1##*/}
f=${f%%.*}
sed "s/\([ ]*\)\(_init\)\(([ ]*void\)/\1${f}_init\3/" $1