Hi Jiang, I had the same build error in android-10.0.0_29 about *#error Audio policy no longer supports legacy .conf configuration format* and found your post by searching the error on Google. I finally worked around the issue thanks to this link https://source.android.com/devices/audio/implement-policy Into the device's associated "BoardConfig.mk" I added USE_XML_AUDIO_POLICY_CONF := 1 and the problem disappeared This may be not interesting for you anymore, but I'm putting the solution here, just in case anyone is encountering the same issue and looks here as I did.
Bye -- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-building?hl=en --- You received this message because you are subscribed to the Google Groups "Android Building" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/android-building/11fee552-96d3-4445-b766-1db0c68e5cff%40googlegroups.com.
