diff options
author | Rob Herring <[email protected]> | 2017-03-21 13:51:20 -0500 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-03-22 17:53:31 +0000 |
commit | 7a5b5f52260e33681b2aff6e544520c44f8710c0 (patch) | |
tree | d87608c22e89058dc820e98fd1c4bf34de2d0b33 /Android.mk | |
parent | 0e1ff22d55816c9a3710257c2e705a98ad3282bc (diff) |
Android: drop Android 4.4 (KitKat) support
Any users of KitKat are likely using an older version of Mesa and
KitKat support adds complexity to the make files. Dropping support
allows removing the MESA_LOLLIPOP_BUILD make variable in various make
files.
Signed-off-by: Rob Herring <[email protected]>
Reviewed-by: Tapani Pälli <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Android.mk b/Android.mk index 07a6cbae748..fdbf22fe643 100644 --- a/Android.mk +++ b/Android.mk @@ -32,14 +32,6 @@ MESA_TOP := $(call my-dir) MESA_ANDROID_MAJOR_VERSION := $(word 1, $(subst ., , $(PLATFORM_VERSION))) -MESA_ANDROID_MINOR_VERSION := $(word 2, $(subst ., , $(PLATFORM_VERSION))) -ifeq ($(filter 1 2 3 4,$(MESA_ANDROID_MAJOR_VERSION)),) -MESA_LOLLIPOP_BUILD := true -else -define local-generated-sources-dir -$(call local-intermediates-dir) -endef -endif MESA_DRI_MODULE_REL_PATH := dri MESA_DRI_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/$(MESA_DRI_MODULE_REL_PATH) |