While building any module in android, its build infrastructure does not show what make commands it is firing.
e.g. while building opencore I see target thumb C++: libandroidpv <= external/opencore/android/playerdriver.cpp target thumb C++: libandroidpv <= external/opencore/android/mediascanner.cpp target thumb C++: libandroidpv <= external/opencore/android/android_surface_output.cpp external/opencore/android/mediascanner.cpp:1099: note: the mangling of 'va_list' has changed in GCC 4.4 external/opencore/android/android_surface_output.cpp:1076: note: the mangling of 'va_list' has changed in GCC 4.4 external/opencore/android/playerdriver.cpp:1649: note: the mangling of 'va_list' has changed in GCC 4.4 target thumb C++: libandroidpv <= external/opencore/android/android_audio_output.cpp target thumb C++: libandroidpv <= external/opencore/android/android_audio_stream.cpp external/opencore/android/android_audio_output.cpp:594: note: the mangling of 'va_list' has changed in GCC 4.4 external/opencore/android/android_audio_stream.cpp:100: note: the mangling of 'va_list' has changed in GCC 4.4 target thumb C++: libandroidpv <= external/opencore/android/android_audio_mio.cpp target thumb C++: libandroidpv <= external/opencore/android/android_audio_output_threadsafe_callbacks.cpp How can I know which make commands it is firing with all flags? -- Regards, Pratik Prajapati -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
