summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Elliott Hughes <enh@google.com> 2024-06-13 11:22:03 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-06-13 11:22:03 +0000
commit0bdd9beefbd947f070796329ed7fba3a6ee8f40b (patch)
tree9a403d783b7529a960b995997f9570857a6cb78e
parent71414691b6ee2f8ab8fa086f468f1baa2fe5939c (diff)
parent11b53588391c396e65b28c34811fed8f97f1dfa7 (diff)
Merge "libc++fs is part of libc++ now." into main
-rw-r--r--services/inputflinger/reader/Android.bp2
-rw-r--r--services/inputflinger/tests/Android.bp1
2 files changed, 0 insertions, 3 deletions
diff --git a/services/inputflinger/reader/Android.bp b/services/inputflinger/reader/Android.bp
index f954370928..ce034488e5 100644
--- a/services/inputflinger/reader/Android.bp
+++ b/services/inputflinger/reader/Android.bp
@@ -90,7 +90,6 @@ cc_defaults {
"libutils",
],
static_libs: [
- "libc++fs",
"libchrome-gestures",
"libui-types",
],
@@ -155,7 +154,6 @@ cc_library_shared {
},
},
static_libs: [
- "libc++fs",
"libchrome-gestures",
],
}
diff --git a/services/inputflinger/tests/Android.bp b/services/inputflinger/tests/Android.bp
index 9c9f643656..159632dd27 100644
--- a/services/inputflinger/tests/Android.bp
+++ b/services/inputflinger/tests/Android.bp
@@ -95,7 +95,6 @@ cc_test {
},
static_libs: [
"libflagtest",
- "libc++fs",
"libgmock",
],
require_root: true,