I success to port android on beagle board.but when I run some app I
found it no sound.my app have mp3player and mp4player.by finding so
much information,I found I didn't add alsa support.so I
$ git clone git://android.git.kernel.org/platform/external/alsa-lib.git
$ git clone git://android.git.kernel.org/platform/hardware/alsa_sound.git
in the right deritory.and modify "beagledroid/build/target/board/
generic/BoardConfig.mk"change
BOARD_USER_ALSA_AUDIO := true
#BOARD_USES_GENERIC_AUDIO := true
but when I compile the android source code.I met problem. I hope some
one can help me .
frameworks/base/libs/audioflinger/AudioFlinger.cpp: In member
function 'void*
android::AudioFlinger::MixerThread::TrackBase::getBuffer
(uint32_t, uint32_t) const':
frameworks/base/libs/audioflinger/AudioFlinger.cpp:1717: warning:
suggest parentheses around &&
within ||
make: *** No rule to make target `out/target/product/generic/obj/
lib/libaudio.so', needed by `
out/target
/product/generic/obj/SHARED_LIBRARIES/
libaudioflinger_intermediates/LINKED/libaudioflinger.so'. Stop.
i want to remand you,I use Sean McNeil's alsa_sound.patch. I spent
too much time fix it.but failed. hope anyone can help me. sorry
my poor english.
--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---