am f29f8ae6: am ec8b3a7d: Merge "Fix clang build."
* commit 'f29f8ae6e3fb8af2944cdbb2c0d29894c51cf3e5': Fix clang build.
This commit is contained in:
commit
4c8c63a4de
@ -1,5 +1,7 @@
|
|||||||
/* STOPSHIP: remove this once the flounder blobs have been rebuilt (http://b/20065774). */
|
/* STOPSHIP: remove this once the flounder blobs have been rebuilt (http://b/20065774). */
|
||||||
|
|
||||||
|
#if defined(__clang__)
|
||||||
|
|
||||||
extern void __clear_cache(char*, char*);
|
extern void __clear_cache(char*, char*);
|
||||||
extern char _Unwind_Backtrace;
|
extern char _Unwind_Backtrace;
|
||||||
extern char _Unwind_GetIP;
|
extern char _Unwind_GetIP;
|
||||||
@ -9,3 +11,5 @@ void* __bionic_libgcc_compat_symbols[] = {
|
|||||||
&_Unwind_Backtrace,
|
&_Unwind_Backtrace,
|
||||||
&_Unwind_GetIP,
|
&_Unwind_GetIP,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user