Make r10c toolchain compile flags more Android-ish
authorPyry Haulos <phaulos@google.com>
Tue, 28 Oct 2014 23:50:11 +0000 (16:50 -0700)
committerPyry Haulos <phaulos@google.com>
Tue, 28 Oct 2014 23:50:11 +0000 (16:50 -0700)
commit2002f4368917f738fbd0c8242515146599b442ea
tree35ee1631903476ce7a05b5943c17edf7390c4f38
parent61b9aa7e495747307a101e9a924bd611ff7ab7a8
Make r10c toolchain compile flags more Android-ish

 * Use -mandroid when building C/C++.

 * Enable exceptions and RTTI explicitly as -mandroid implies -fno-rtti
and -fno-exceptions.

 * Remove redundant -DANDROID and -D__ANDROID__ defines.

Change-Id: I6c6c548e5e0082f369efcd1970d082ec73d67732
framework/delibs/cmake/toolchain-android-r10c.cmake