aboutsummaryrefslogtreecommitdiff
path: root/system/hwc3/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'system/hwc3/Android.bp')
-rw-r--r--system/hwc3/Android.bp4
1 files changed, 3 insertions, 1 deletions
diff --git a/system/hwc3/Android.bp b/system/hwc3/Android.bp
index a58e1257..ccbab191 100644
--- a/system/hwc3/Android.bp
+++ b/system/hwc3/Android.bp
@@ -30,7 +30,7 @@ cc_binary {
shared_libs: [
"android.hardware.graphics.composer@2.1-resources",
"android.hardware.graphics.composer@2.2-resources",
- "android.hardware.graphics.composer3-V2-ndk",
+ "android.hardware.graphics.composer3-V3-ndk",
"libbase",
"libbinder_ndk",
"libcutils",
@@ -56,6 +56,7 @@ cc_binary {
],
srcs: [
+ "AlternatingImageStorage.cpp",
"ClientFrameComposer.cpp",
"Common.cpp",
"Composer.cpp",
@@ -89,6 +90,7 @@ cc_binary {
cflags: [
"-Wall",
"-Werror=conversion",
+ "-Wthread-safety",
],
vintf_fragments: ["hwc3.xml"],