Building Non-sparse system/vendor img in Android 8.0.0 imx6 platform

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Building Non-sparse system/vendor img in Android 8.0.0 imx6 platform

727 Views
prasannakulkarni
Contributor IV

By default sparsed images gets generated for Android system.img & vendor.img in Android 8.0.0

If you want to build non-sparsed images change the following lines

in file device/sabresd_6dq/BoardConfig.mk

# we don't support sparse image.
TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true

it will be false in untouched version.

0 Kudos
Reply
0 Replies