This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

ADDITIONAL_PROPERTIES

Hi,
I'm tring to add a property to default.prop.
For doing so I'm adding this lines to main.mk:

rild.libpath=/system/lib/libreference-ril.so
rild.libargs=-d /dev/ttyACM0

but when i make the entire compilation in my default.prop file i find:

rild.libpath=/system/lib/libreference-ril.so
rild.libargs=-d
/dev/ttyACM0

It seems that -d or space after -d act as a newline...

I know it is a stupid question, but i'm going crazy with it.. what can be the solution? With the default.prop in this way the RIL remain not correctly configured.

Thank you so much.
Gianmaria