diff options
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r-- | BoardConfigCommon.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 42e9049..98299b2 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -100,10 +100,6 @@ TARGET_USES_C2D_COMPOSITION := true TARGET_USES_GRALLOC1 := true TARGET_USES_HWC2 := true TARGET_USES_ION := true -USE_OPENGL_RENDERER := true - -MAX_EGL_CACHE_KEY_SIZE := 12*1024 -MAX_EGL_CACHE_SIZE := 2048*1024 OVERRIDE_RS_DRIVER := libRSDriver_adreno.so @@ -171,7 +167,6 @@ BOARD_AVB_ENABLE := false # Wifi BOARD_HAS_QCOM_WLAN := true -BOARD_HAS_QCOM_WLAN_SDK := true BOARD_WLAN_DEVICE := qcwcn BOARD_WPA_SUPPLICANT_DRIVER := NL80211 BOARD_WPA_SUPPLICANT_PRIVATE_LIB := lib_driver_cmd_$(BOARD_WLAN_DEVICE) |