diff --git a/BoardConfig.mk b/BoardConfig.mk index 89a230a..1751b79 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -65,7 +65,7 @@ BOARD_BLUETOOTH_DOES_NOT_USE_RFKILL := true BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/amazon/ford/bluetooth # Graphics -BOARD_EGL_CFG := device/amazon/ford/egl.cfg +BOARD_EGL_CFG := device/amazon/ford/configs/egl.cfg USE_OPENGL_RENDERER := true TARGET_USES_C2D_COMPOSITION := true TARGET_USES_OVERLAY := true diff --git a/egl.cfg b/configs/egl.cfg similarity index 100% rename from egl.cfg rename to configs/egl.cfg