diff options
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r-- | BoardConfigCommon.mk | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index bc1ae8e..e35d959 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -78,19 +78,12 @@ BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(COMMON_PATH)/bluetooth # Camera TARGET_USES_QTI_CAMERA_DEVICE := true -# CNE and DPM -BOARD_USES_QCNE := true - # Display TARGET_USES_HWC2 := true TARGET_USES_GRALLOC1 := true TARGET_USES_ION := true TARGET_USES_NEW_ION_API :=true TARGET_USES_OVERLAY := true -USE_OPENGL_RENDERER := true - -MAX_EGL_CACHE_KEY_SIZE := 12*1024 -MAX_EGL_CACHE_SIZE := 2048*1024 OVERRIDE_RS_DRIVER := libRSDriver_adreno.so @@ -172,7 +165,6 @@ BOARD_PLAT_PRIVATE_SEPOLICY_DIR += $(COMMON_PATH)/sepolicy/private # Treble PRODUCT_FULL_TREBLE_OVERRIDE := true -PRODUCT_VENDOR_MOVE_ENABLED := true BOARD_VNDK_VERSION := current # Wifi |