--
unsubscribe: android-porti...@googlegroups.com
website: http://groups.google.com/group/android-porting
on the other hand, using BOARD_USES_GENERIC_AUDIO also do not work
for me.....
ani, thanks a lot...
But the question is still exist: How to Build one mininum Android?
2011/2/17, manish shakya <manishs...@gmail.com>:
What do you mean by “intermittently” ??
When you define BOARD_USES_GENERIC_AUDIO := true, this will enable stub audio which will never access any hardware for rendering.
Path: /frameworks/base/libs/audioflinger
File: Android.mk
Look for this flag over there. If this is defined, AudioHardwareInterface will create a Stub AudioHardware and will not produce any audio.
Thanks
Jagan
In your BoardConfig.mk:
set-->
BOARD_USES_GENERIC_AUDIO := true
and unset or delete-->
#BOARD_USES_ALSA_AUDIO := true
#BUILD_WITH_ALSA_UTILS := true
Regards,
Amit Pundir
> With this question, I have one more question:
> How to config to build one minimum Android? (Any configuration file
> that we can modify?)
> (for example: delete AUDIO feature/delete WIFI/delete Bluetooth/delete
> all the google App/etc...)
> Any comments is highly appreciated!! Thanks a lot
>
Please do not print this email unless it is absolutely necessary.
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments.
WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.