Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 980803a0 authored by Mathias Agopian's avatar Mathias Agopian
Browse files

Remove BoardConfig variables - BOARD_EGL_CFG

Bug: 34693617
Test: compiled and booted a device
Change-Id: I9fcd5e4aa5e68dff2065bd7bffa1950b403a9185
parent 39fe1d87
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -108,8 +108,6 @@ cc_library_shared {
    ],
    static_libs: ["libEGL_getProcAddress"],
    ldflags: ["-Wl,--exclude-libs=ALL"],

    required: ["egl.cfg"],
}

cc_defaults {
+0 −11
Original line number Diff line number Diff line
LOCAL_PATH:= $(call my-dir)

# OpenGL drivers config file
ifneq ($(BOARD_EGL_CFG),)
include $(CLEAR_VARS)
LOCAL_MODULE := egl.cfg
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := ETC
LOCAL_MODULE_PATH := $(TARGET_OUT)/lib/egl
LOCAL_SRC_FILES := ../../../../$(BOARD_EGL_CFG)
include $(BUILD_PREBUILT)
endif