display: Remove deprecated clang property

Change-Id: I189094739247e092f657769d751d7c142694f7d5
This commit is contained in:
basamaryan
2023-10-09 21:41:01 +02:00
committed by Michael Bestas
parent 93805316fc
commit d0ed7d7f61
10 changed files with 0 additions and 13 deletions

View File

@@ -81,7 +81,6 @@ qtidisplay_cc_defaults {
"libcutils",
"libutils",
],
clang: true,
soong_config_variables: {
drmpp: {
cflags: ["-DPP_DRM_ENABLE"],

View File

@@ -20,7 +20,6 @@ cc_binary {
"-Wno-format",
"-DLOG_TAG=\"SDM\"",
],
clang: true,
shared_libs: [
"libbinder",

View File

@@ -23,7 +23,6 @@ cc_library_shared {
"-DLOG_TAG=\"qdhdmi_cec\"",
"-Wno-sign-conversion",
],
clang: true,
srcs: [
"qhdmi_cec.cpp",
"QHDMIClient.cpp",

View File

@@ -15,6 +15,5 @@ cc_library_shared {
"-fno-operator-names",
],
export_include_dirs: ["."],
clang: true,
srcs: ["debug_handler.cpp"],
}

View File

@@ -22,7 +22,6 @@ cc_library_shared {
"-Werror",
"-fno-operator-names",
],
clang: true,
srcs: [
"drm_master.cpp",

View File

@@ -37,7 +37,6 @@ cc_library_shared {
"-fno-operator-names",
"-Wthread-safety",
],
clang: true,
srcs: [
"histogram_collector.cpp",
"ringbuffer.cpp",
@@ -70,7 +69,6 @@ cc_binary {
"-fno-operator-names",
"-Wthread-safety",
],
clang: true,
vendor: true,
@@ -105,7 +103,6 @@ cc_binary {
"-fno-operator-names",
"-Wthread-safety",
],
clang: true,
vendor: true,

View File

@@ -6,7 +6,6 @@ cc_library_shared {
header_libs: ["libhardware_headers"],
shared_libs: ["liblog"],
cflags: ["-DLOG_TAG=\"qdlights\""],
clang: true,
vendor: true,
}

View File

@@ -16,7 +16,6 @@ cc_library_shared {
"-Wno-unused-parameter",
"-DLOG_TAG=\"SDM\"",
],
clang: true,
header_libs: ["display_headers"],
shared_libs: [
@@ -52,7 +51,6 @@ cc_binary {
"-Wno-unused-parameter",
"-DLOG_TAG=\"SDM\"",
],
clang: true,
header_libs: ["display_headers"],

View File

@@ -26,7 +26,6 @@ cc_binary {
"-Wno-unused-parameter",
"-DLOG_TAG=\"SDM\"",
],
clang: true,
shared_libs: [
"libbinder",

View File

@@ -24,7 +24,6 @@ cc_library_shared {
"-Wno-unused-parameter",
"-DLOG_TAG=\"SDE_DRM\"",
],
clang: true,
srcs: [
"drm_manager.cpp",
"drm_connector.cpp",