intel/compiler: mark debug constant as const
[mesa.git] / src / intel / Android.vulkan.mk
index 624b44056080e8cf6cf00a2122ae811264ecc6b1..c5280b0bf04213b362c023b4147c31e81e23c69e 100644 (file)
@@ -233,7 +233,8 @@ LOCAL_STATIC_LIBRARIES := \
        libmesa_nir \
        libmesa_genxml \
        libmesa_git_sha1 \
-       libmesa_vulkan_util
+       libmesa_vulkan_util \
+       libmesa_util
 
 # The rule generates both C and H files, but due to some strange
 # reason generating the files once leads to link-time issues.
@@ -304,6 +305,7 @@ LOCAL_WHOLE_STATIC_LIBRARIES := \
        libmesa_compiler \
        libmesa_intel_common \
        libmesa_intel_dev \
+       libmesa_intel_perf \
        libmesa_vulkan_common \
        libmesa_vulkan_util \
        libmesa_anv_gen7 \
@@ -327,9 +329,5 @@ else
         libexpat
 endif
 
-ifeq ($(shell test $(PLATFORM_SDK_VERSION) -ge 27; echo $$?), 0)
-LOCAL_STATIC_LIBRARIES += libgrallocusage
-endif
-
 include $(MESA_COMMON_MK)
 include $(BUILD_SHARED_LIBRARY)