am b94f0029: am 6d90028e: Correctly identify the aarch64 kernel\'s signal trampoline.

* commit 'b94f002963883e7442c6c3862304123113c6dc54':
diff --git a/Android.build.mk b/Android.build.mk
index 85d540a..05fe986 100644
--- a/Android.build.mk
+++ b/Android.build.mk
@@ -48,6 +48,12 @@
     $($(module)_cflags) \
     $($(module)_cflags_$(build_type)) \
 
+LOCAL_CLANG_CFLAGS += \
+    $(common_clang_cflags) \
+    $(common_clang_cflags_$(build_type)) \
+    $($(module)_clang_cflags) \
+    $($(module)_clang_cflags_$(build_type)) \
+
 LOCAL_CONLYFLAGS += \
     $(common_conlyflags) \
     $(common_conlyflags_$(build_type)) \
diff --git a/Android.mk b/Android.mk
index 155a9f1..c3b63a4 100644
--- a/Android.mk
+++ b/Android.mk
@@ -37,10 +37,8 @@
 common_cflags_target := \
 	-Wno-maybe-uninitialized \
 
-ifeq ($(LOCAL_CLANG),true)
 # src/mi/backtrace.c is misdetected as a bogus header guard by clang 3.5
-common_cflags += -Wno-header-guard
-endif
+common_clang_cflags += -Wno-header-guard
 
 ifneq ($(debug),true)
 common_cflags += \