aboutsummaryrefslogtreecommitdiff
path: root/system/hwc3/Android.bp
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-04-11 18:14:33 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-04-11 18:14:33 +0000
commitd2ef124ffcff45a100ab8ac8273980a8007b2318 (patch)
tree891a69f84b586d6c435397c0425f4cfc4fd05716 /system/hwc3/Android.bp
parenta3110e439d0ba46294d84516177b52afc4afe23f (diff)
parent96b83c5162735cff7fd3fcea05b0a989c65002d6 (diff)
downloadgoldfish-opengl-emu-34-2-release.tar.gz
Snap for 11702928 from 96b83c5162735cff7fd3fcea05b0a989c65002d6 to emu-34-2-releaseemu-34-2-release
Change-Id: Idcba6ddd3397cb5056132158007e86375587cccd
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"],