[build] Provide device name as string.
This commit is contained in:
parent
d1cc0bc49c
commit
b82cf708ee
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ AC_ARG_WITH([droid-device],
|
|||
[droiddevice=$withval], [droiddevice="generic"]
|
||||
)
|
||||
if test "x$droiddevice" != x ; then
|
||||
DROID_DEVICE_CFLAGS="-DDROID_DEVICE_`echo $droiddevice | tr '[a-z]' '[A-Z]'`=1"
|
||||
DROID_DEVICE_CFLAGS="-DDROID_DEVICE_`echo $droiddevice | tr '[a-z]' '[A-Z]'`=1 -DDROID_DEVICE_STRING=\"\\\"$droiddevice\\\"\""
|
||||
AC_SUBST([DROID_DEVICE_CFLAGS])
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue