Re: [android-building] Re: Android 13 Released - main.mk:2011:error:missing separator

2022-09-14 Thread Michael Goffioul
It turned out the problem was caused by the presence of a file in PRODUCT_COPY_FILES that contains a comma in its filename. This interferes with the macro expansion of make. We'll have to test the proposed commit, but from a first inspection, I think the problem will still be present, as the offend

[android-building] Re: Android 13 Released - main.mk:2011:error:missing separator

2022-09-14 Thread Peter Yoon
Try applying following change. https://android.googlesource.com/platform/build/+/ba3372439f34a570af02511a438c6e3c947ce3f1 On Monday, August 29, 2022 at 10:51:33 AM UTC+9 issor...@gmail.com wrote: > > Just a question, do you also get the following building error when using > platform/build p