aboutsummaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorSean Callanan <spyffe@google.com>2019-12-09 22:08:41 -0800
committerandroid-build-merger <android-build-merger@google.com>2019-12-09 22:08:41 -0800
commit0fa7b2dbae467ec35c845b46048031e5b3c8bc62 (patch)
tree506b651efaa4e7b0b9ef8933537c07f09107fb9c /Android.bp
parent7553c470d4d3cf7568ca545096a355380ece9609 (diff)
parent89b0d3ba4d28a7f186b3a30ec4b27d37a2cf0ad4 (diff)
downloadplatform_external_igt-gpu-tools-0fa7b2dbae467ec35c845b46048031e5b3c8bc62.tar.gz
platform_external_igt-gpu-tools-0fa7b2dbae467ec35c845b46048031e5b3c8bc62.tar.bz2
platform_external_igt-gpu-tools-0fa7b2dbae467ec35c845b46048031e5b3c8bc62.zip
Merge "igt-gpu-tools: build kms_atomic test"
am: 89b0d3ba4d Change-Id: Ic9aa0a4aebd403547c6763caf5517e275dd5b0d8
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp8
1 files changed, 8 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index e970a854..8247b849 100644
--- a/Android.bp
+++ b/Android.bp
@@ -22,6 +22,7 @@ cc_library_static {
"lib/gem.c",
"lib/gem_msm.c",
"lib/igt_aux.c",
+ "lib/igt_color_encoding.c",
"lib/igt_core.c",
"lib/igt_debugfs.c",
"lib/igt_device.c",
@@ -33,6 +34,7 @@ cc_library_static {
"lib/igt_sysfs.c",
"lib/ion.c",
"lib/ioctl_wrappers.c",
+ "lib/sw_sync.c",
"lib/i915/gem_mman.c",
"lib/uwildmat/uwildmat.c",
],
@@ -63,6 +65,12 @@ cc_test {
}
cc_test {
+ name: "kms_atomic",
+ defaults: ["igt-gpu-tools-test-defaults"],
+ srcs: ["tests/kms_atomic.c"],
+}
+
+cc_test {
name: "ion_fb",
defaults: ["igt-gpu-tools-test-defaults"],
srcs: ["tests/ion_fb.c"],