summaryrefslogtreecommitdiff
path: root/services/inputflinger/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'services/inputflinger/Android.bp')
-rw-r--r--services/inputflinger/Android.bp26
1 files changed, 0 insertions, 26 deletions
diff --git a/services/inputflinger/Android.bp b/services/inputflinger/Android.bp
index 6612a932a0..f67c9d006b 100644
--- a/services/inputflinger/Android.bp
+++ b/services/inputflinger/Android.bp
@@ -13,15 +13,6 @@
// limitations under the License.
// Default flags to be used throughout all libraries in inputflinger.
-package {
- // See: http://go/android-license-faq
- // A large-scale-change added 'default_applicable_licenses' to import
- // all of the 'license_kinds' from "frameworks_native_license"
- // to get the below license kinds:
- // SPDX-license-identifier-Apache-2.0
- default_applicable_licenses: ["frameworks_native_license"],
-}
-
cc_defaults {
name: "inputflinger_defaults",
cflags: [
@@ -30,13 +21,7 @@ cc_defaults {
"-Werror",
"-Wno-unused-parameter",
"-Wthread-safety",
- "-Wshadow",
- "-Wshadow-field-in-constructor-modified",
- "-Wshadow-uncaptured-local",
],
- sanitize: {
- misc_undefined: ["bounds"],
- },
}
/////////////////////////////////////////////////
@@ -63,19 +48,10 @@ cc_defaults {
"libcutils",
"libhidlbase",
"libinput",
- "libkll",
"liblog",
- "libprotobuf-cpp-lite",
"libstatslog",
- "libstatspull",
- "libstatssocket",
"libutils",
"libui",
- "lib-platform-compat-native-api",
- "server_configurable_flags",
- ],
- static_libs: [
- "libattestation",
],
}
@@ -123,7 +99,6 @@ filegroup {
"InputListener.cpp",
"InputReaderBase.cpp",
"InputThread.cpp",
- "VibrationElement.cpp"
],
}
@@ -135,7 +110,6 @@ cc_defaults {
"libcutils",
"libinput",
"liblog",
- "libui",
"libutils",
],
header_libs: [