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 /src/egl | |
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 'src/egl')
-rw-r--r-- | src/egl/Android.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/egl/Android.mk b/src/egl/Android.mk index 56d8859dd5f..a122c1d971a 100644 --- a/src/egl/Android.mk +++ b/src/egl/Android.mk @@ -70,11 +70,7 @@ endif # MESA_BUILD_GALLIUM LOCAL_MODULE := libGLES_mesa -ifeq ($(MESA_LOLLIPOP_BUILD),true) LOCAL_MODULE_RELATIVE_PATH := egl -else -LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/egl -endif include $(MESA_COMMON_MK) include $(BUILD_SHARED_LIBRARY) |