Compilation issue fix
Defined INSTALLED_KERNEL_TARGET
Added files to ggc_wrapper.py
Disabled SELINUX
Change-Id: I7a1702dfcaac32caff94a7cd1929483c005fc15e
Signed-off-by: Samjith Sadasivan <samjit@codeaurora.org>
diff --git a/scripts/gcc-wrapper.py b/scripts/gcc-wrapper.py
index 9fc9375..3516931 100755
--- a/scripts/gcc-wrapper.py
+++ b/scripts/gcc-wrapper.py
@@ -40,10 +40,10 @@
# force LANG to be set to en_US.UTF-8 to get consistent warnings.
allowed_warnings = set([
- "alignment.c:327",
- "mmu.c:602",
- "return_address.c:62",
- "swab.h:49",
+ "alignment.c:327",
+ "mmu.c:602",
+ "return_address.c:62",
+ "swab.h:49",
"SemaLambda.cpp:946",
"CGObjCGNU.cpp:1414",
"BugReporter.h:146",
@@ -63,6 +63,13 @@
"inet_hashtables.h:356",
"xc4000.c:1049",
"xc4000.c:1063",
+ "f_qdss.c:586",
+ "mipi_tc358764_dsi2lvds.c:746",
+ "dynamic_debug.h:75",
+ "hci_conn.c:407",
+ "f_qdss.c:740",
+ "mipi_novatek.c:569",
+ "swab.h:34",
])
# Capture the name of the object file, can find it.