commit | d6e80deb32a3578dc333e2f1d2594a969777dcad | [log] [tgz] |
---|---|---|
author | Johann <johannkoenig@google.com> | Tue Jun 12 08:58:11 2012 -0700 |
committer | Johann <johannkoenig@google.com> | Wed Jun 20 09:15:28 2012 -0700 |
tree | e39299552cc51836b92e2333f4b159516ca1ef3e | |
parent | 5daaa838a62921ad1f5c6e48dc7db180a55fdf3e [diff] |
Clean Android build defaults Disable unit-tests. The logging in GTest would need to be adjusted. Restructure ARM cpu detection. Flatten if-else logic. Change #if defined(HAVE_*) to #if HAVE_* because we only need to check for features that the library was actually built with. This should have been harmless, as disabled feature sets wouldn't have any features to call. Change-Id: Iea21aa42ce5f049c53ca0376d25bcd0f36f38284