[Android] [PATCH 4/7] Makefile: Don't hardcode the build target arch and binary
Edward Wang
edward.c.wang at compdigitec.com
Mon Jul 23 20:31:45 CEST 2012
On 12-07-23 10:37 AM, Rafaël Carré <funman at videolan.org> wrote:
>> ARCH = $(ANDROID_ABI)
>> >+TARGET = `./echo-abi-vars.sh TARGET_TUPLE`
>> >+PLATFORM_SHORT_ARCH = `./echo-abi-vars.sh PLATFORM_SHORT_ARCH`
> Can you explain this bit? Why not using the variable directly?
>
You can't (since you said, we don't want make -e), because this is a
make file (Makefile), not a shell script, so we need a way to get it.
Thanks,
Edward Wang
More information about the Android
mailing list