universal7885: Add extra compiler defaults

This commit is contained in:
roynatech2544 2022-05-20 13:05:35 +00:00
commit 5394c3b11f
11 changed files with 81 additions and 1 deletions

View file

@ -7,6 +7,7 @@ cc_library_shared {
"fm_ioctl.cpp",
"fm_route.cpp",
],
defaults: ["eureka_defaults"],
shared_libs: [
"libhidlbase",
"liblog",

View file

@ -1,5 +1,6 @@
cc_library_shared {
name: "libsamsungparts_jni",
defaults: ["eureka_defaults"],
cflags: [
"-Wall",
"-Wextra",