summaryrefslogtreecommitdiffstats
path: root/pvr-source/eurasiacon/build/linux2/common/android/features.mk
diff options
context:
space:
mode:
authorHemant Hariyani <hemanthariyani@ti.com>2013-07-03 15:14:18 -0700
committerAndrew Jiang <sam.andrew.jiang@gmail.com>2013-07-04 07:33:40 -0400
commit363c0c259416c7e9d93ddf6ffcb655153bff9158 (patch)
treebf7fda0dfb7a4cbc33656c8b2b37000c13ad1cd0 /pvr-source/eurasiacon/build/linux2/common/android/features.mk
parent08130d7fa7748feefb437ffb8f626dab7d75679e (diff)
downloaddevice_samsung_omap4-common-363c0c259416c7e9d93ddf6ffcb655153bff9158.zip
device_samsung_omap4-common-363c0c259416c7e9d93ddf6ffcb655153bff9158.tar.gz
device_samsung_omap4-common-363c0c259416c7e9d93ddf6ffcb655153bff9158.tar.bz2
SGX-BIN: DDK binaries and KM source 1.9@2291151
Includes new pixel formats. Change-Id: I4a56e6bff9c477610f2ce30706831f66dcc9c651
Diffstat (limited to 'pvr-source/eurasiacon/build/linux2/common/android/features.mk')
-rw-r--r--pvr-source/eurasiacon/build/linux2/common/android/features.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/pvr-source/eurasiacon/build/linux2/common/android/features.mk b/pvr-source/eurasiacon/build/linux2/common/android/features.mk
index 18bc370..8a60fb7 100644
--- a/pvr-source/eurasiacon/build/linux2/common/android/features.mk
+++ b/pvr-source/eurasiacon/build/linux2/common/android/features.mk
@@ -312,6 +312,13 @@ ifeq ($(is_at_least_jellybean),0)
PVR_ANDROID_COMPOSITOR_WAIT_FOR_RENDER := 1
endif
+##############################################################################
+# JB added a new corkscrew API for userland backtracing.
+#
+ifeq ($(is_at_least_jellybean),1)
+PVR_ANDROID_HAS_CORKSCREW_API := 1
+endif
+
# Placeholder for future version handling
#
ifeq ($(is_future_version),1)