sonyxperiadev / device-sony-yoshino

19 stars 40 forks source link

PlatformConfig.mk: Switch to generic cpu variant … #168

Closed konradybcio closed 3 years ago

konradybcio commented 3 years ago

We previously optimized all the code for CA73, which is... not great considering only four of our cores are based on that microarchitecture (the big ones, of course).

Google also decided to go like this:

TARGET_CPU_VARIANT := generic TARGET_CPU_VARIANT_RUNTIME := $(big_core_march)

Follow the scheme, saving us GIGATONS of disk space (by reusing generic binaries for all devices).