On 21 Jan., 11:24, David Turner <
di...@android.com> wrote:
> I don't think this is supported. File a feature request for it on
>
b.android.com and I might consider it in the future. One simple thing would
> be to put .c in the definition of LOCAL_CPP_EXTENSION, and ensure that the
> build system uses the C++ compiler when this is the case (it very probably
> doesn't work right now though).
>
>
>
>
>
>
>
> On Fri, Jan 20, 2012 at 5:00 PM, M J <
fakeacc...@googlemail.com> wrote:
> > Hey guys,
> > I have another problem. I want to compile all my files (*.c and
> > *.cpp)
> > with a c++ compiler. How can I tell ndk-build to do that? Currently
> > it
> > decides to use a normal c-compiler to compile *.c files and a c++-
> > compiler to compile *.cpp files.
>
> > (I first posted this in android-developer:
>