sonyxperiadev / device-sony-loire

17 stars 40 forks source link

platform: Sync video props #265

Closed ix5 closed 4 years ago

ix5 commented 4 years ago

The ConfigStore HAL is being deprecated and will apparently be removed in R.

See https://github.com/sonyxperiadev/device-sony-common/pull/709 for a more in-depth explanation.

Translate the uppercase makevars that surfaceflinger.mk used to supply as cflags to configstore internals to sysprops.

max_frame_buffer_acquired_buffers = NUM_FRAMEBUFFER_SURFACE_BUFFER

Note: The uppercase vars must be kept because hardware/qcom/display still relies on them at build time.