Try again to fix clang build.

I got the condition the wrong way round in the previous change.

Bug: http://b/20065774
Change-Id: I218b224b37f5fb2f7c7ec2f9af27472b340c4b15
This commit is contained in:
Elliott Hughes 2015-04-03 13:37:18 -07:00
parent ec8b3a7dde
commit dffd3c5838

View File

@ -1,6 +1,6 @@
/* STOPSHIP: remove this once the flounder blobs have been rebuilt (http://b/20065774). */
#if defined(__clang__)
#if !defined(__clang__)
extern void __clear_cache(char*, char*);
extern char _Unwind_Backtrace;