OSDN Git Service

Fix-build : Do not build bluedroid for 64 bit targets.
authorNarayan Kamath <narayan@google.com>
Wed, 7 May 2014 10:18:11 +0000 (11:18 +0100)
committerNarayan Kamath <narayan@google.com>
Wed, 7 May 2014 10:18:11 +0000 (11:18 +0100)
commitc2aeb2cee2898feb705506af2bf00f779ae812e7
treec90e68fd1d8336017530f0cde57509e7a965cb6d
parentf92dbf6d181c538c05a045cffcd274b07ab6e272
Fix-build : Do not build bluedroid for 64 bit targets.

This code is not 64 bit safe. In particular, it attempts
to cast pointer types to UINT32 in several places. For now,
build it as a 32 bit library. A 64 bit variant will not be
needed if libbluetooth_jni is also build for 32 bit only.

Change-Id: Ic5f86bd2823083cacf21a852d1c13b4796a7e125
bta/Android.mk
gki/Android.mk
main/Android.mk
stack/Android.mk
test/bluedroidtest/Android.mk
test/suite/Android.mk