mondrianwifi: Drop OVERRIDE_RS_DRIVER
* So, this one from bullhead can cause everything to get janky AF every time RenderScript is actually used, and finding one that actually loads (no missing symbols) AND actually works well is, well, challenging. The device works fine with the normal non-adreno driver in AOSP, so let's use that until/unless we find an actually working adreno driver. Change-Id: I4ab19269eb49f5f2aed375d9055d68c1b9835f69
This commit is contained in:
parent
8f20026212
commit
f55c9baae9
2 changed files with 0 additions and 4 deletions
|
@ -118,7 +118,6 @@ BOARD_ROOT_EXTRA_FOLDERS += firmware firmware-modem efs misc
|
|||
MAX_EGL_CACHE_KEY_SIZE := 12*1024
|
||||
MAX_EGL_CACHE_SIZE := 2048*1024
|
||||
NUM_FRAMEBUFFER_SURFACE_BUFFERS := 3
|
||||
OVERRIDE_RS_DRIVER := libRSDriver_adreno.so
|
||||
TARGET_ADDITIONAL_GRALLOC_10_USAGE_BITS := 0x02000000U
|
||||
TARGET_BOOTANIMATION_MULTITHREAD_DECODE := true
|
||||
TARGET_CONTINUOUS_SPLASH_ENABLED := true
|
||||
|
|
|
@ -104,9 +104,6 @@ vendor/lib/libCB.so
|
|||
vendor/lib/libgsl.so
|
||||
vendor/lib/libllvm-qcom.so
|
||||
vendor/lib/libOpenCL.so
|
||||
vendor/lib/librs_adreno_sha1.so
|
||||
vendor/lib/librs_adreno.so
|
||||
vendor/lib/libRSDriver_adreno.so
|
||||
vendor/lib/libsc-a3xx.so
|
||||
vendor/lib/libscale.so
|
||||
etc/firmware/a330_pfp.fw
|
||||
|
|
Loading…
Add table
Reference in a new issue