summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Trevor Radcliffe <tradical@google.com> 2022-08-16 14:37:18 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2022-08-16 14:37:18 +0000
commit43360b5b57a1acc1e14e98dd4d529eda0ca12c38 (patch)
treee2983f05d8ecc9b25171a7da76a11d4791aa8bdf
parent372c4810c7392aa40cd230910d83cf638dbb368b (diff)
parentce6fcfd1900c3d4c7ba735f882bc9c923c2f0984 (diff)
Merge "Point directly to generated c sysprop_library"
-rw-r--r--libs/gui/Android.bp2
-rw-r--r--services/inputflinger/Android.bp4
-rw-r--r--services/inputflinger/dispatcher/Android.bp2
-rw-r--r--services/inputflinger/reader/Android.bp6
-rw-r--r--services/surfaceflinger/Android.bp4
5 files changed, 9 insertions, 9 deletions
diff --git a/libs/gui/Android.bp b/libs/gui/Android.bp
index 78731b1a7f..5e3c3c9136 100644
--- a/libs/gui/Android.bp
+++ b/libs/gui/Android.bp
@@ -329,7 +329,7 @@ cc_defaults {
},
whole_static_libs: [
- "LibGuiProperties",
+ "libLibGuiProperties",
],
shared_libs: [
diff --git a/services/inputflinger/Android.bp b/services/inputflinger/Android.bp
index 73e57495e6..fde545cec5 100644
--- a/services/inputflinger/Android.bp
+++ b/services/inputflinger/Android.bp
@@ -73,7 +73,7 @@ cc_defaults {
"libui",
"lib-platform-compat-native-api",
"server_configurable_flags",
- "InputFlingerProperties",
+ "libInputFlingerProperties",
],
static_libs: [
"libattestation",
@@ -125,7 +125,7 @@ filegroup {
"InputListener.cpp",
"InputReaderBase.cpp",
"InputThread.cpp",
- "VibrationElement.cpp"
+ "VibrationElement.cpp",
],
}
diff --git a/services/inputflinger/dispatcher/Android.bp b/services/inputflinger/dispatcher/Android.bp
index 171f2b5ce8..e1530a999c 100644
--- a/services/inputflinger/dispatcher/Android.bp
+++ b/services/inputflinger/dispatcher/Android.bp
@@ -68,7 +68,7 @@ cc_defaults {
"libutils",
"lib-platform-compat-native-api",
"server_configurable_flags",
- "InputFlingerProperties",
+ "libInputFlingerProperties",
],
static_libs: [
"libattestation",
diff --git a/services/inputflinger/reader/Android.bp b/services/inputflinger/reader/Android.bp
index ee7b392bcd..cd4416e79b 100644
--- a/services/inputflinger/reader/Android.bp
+++ b/services/inputflinger/reader/Android.bp
@@ -71,7 +71,7 @@ cc_defaults {
"libstatslog",
"libui",
"libutils",
- "InputFlingerProperties",
+ "libInputFlingerProperties",
],
static_libs: [
"libc++fs",
@@ -86,7 +86,7 @@ cc_library_shared {
name: "libinputreader",
defaults: [
"inputflinger_defaults",
- "libinputreader_defaults"
+ "libinputreader_defaults",
],
srcs: [
"InputReaderFactory.cpp",
@@ -100,6 +100,6 @@ cc_library_shared {
"libinputreader_headers",
],
static_libs: [
- "libc++fs"
+ "libc++fs",
],
}
diff --git a/services/surfaceflinger/Android.bp b/services/surfaceflinger/Android.bp
index 9e69283244..3c74919513 100644
--- a/services/surfaceflinger/Android.bp
+++ b/services/surfaceflinger/Android.bp
@@ -268,7 +268,7 @@ cc_library_shared {
"liblog",
],
static_libs: [
- "SurfaceFlingerProperties",
+ "libSurfaceFlingerProperties",
],
export_shared_lib_headers: [
"android.hardware.graphics.common@1.2",
@@ -276,6 +276,6 @@ cc_library_shared {
"libui",
],
export_static_lib_headers: [
- "SurfaceFlingerProperties",
+ "libSurfaceFlingerProperties",
],
}