summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xBoardConfigCommon.mk1
-rw-r--r--device_base.mk5
2 files changed, 0 insertions, 6 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index d391fdd..078f8ec 100755
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -43,7 +43,6 @@ ifeq ($(USE_CAMERA_STUB),false)
BOARD_CAMERA_LIBRARIES := libcamera
endif
-BOARD_USES_HGL := false
BOARD_USES_OVERLAY := false
BOARD_USES_BGRA := true
diff --git a/device_base.mk b/device_base.mk
index 834c68b..4744b4a 100644
--- a/device_base.mk
+++ b/device_base.mk
@@ -122,11 +122,6 @@ PRODUCT_COPY_FILES += \
frameworks/base/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml \
packages/wallpapers/LivePicker/android.software.live_wallpaper.xml:system/etc/permissions/android.software.live_wallpaper.xml
-# Use software rendering
-PRODUCT_PROPERTY_OVERRIDES += \
- debug.sf.hw=0
-
-
# The OpenGL ES API level that is natively supported by this device.
# This is a 16.16 fixed point number
PRODUCT_PROPERTY_OVERRIDES += \