Skip to content

Commit

Permalink
Update Android.bp for compiling error
Browse files Browse the repository at this point in the history
Signed-off-by: Shaofeng Tang <[email protected]>
  • Loading branch information
Shao-Feng committed Aug 4, 2023
1 parent 895ad44 commit dc30fa7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,14 @@ cc_library_static {
],

cflags: [
"-Wno-logical-op-parentheses",
"-Wno-error",
"-Wno-unused-parameter",
"-msse2",
"-msse3",
"-mssse3",
"-msse4.1",
"-msse4.2",
"-DGMM_LIB_DLL",
"-DGMM_LIB_DLL_EXPORTS",
"-DGMM_UNIFIED_LIB",
Expand All @@ -87,6 +93,14 @@ cc_library_static {
],

cppflags: [
"-Wno-implicit-fallthrough",
"-Wno-missing-braces",
"-Wno-parentheses-equality",
"-Wno-logical-not-parentheses",
"-Wno-missing-field-initializers",
"-Wno-unknown-pragmas",
"-Wno-parentheses",
"-Wno-pragma-pack",
"-fexceptions",
"-std=c++11",
],
Expand All @@ -101,6 +115,7 @@ cc_library_static {
"Source/GmmLib/Platform",
"Source/util",
"Source/inc/umKmInc",
"Source/install",
],

export_include_dirs: [
Expand Down

0 comments on commit dc30fa7

Please sign in to comment.