TARGET_FLATTEN_APEX for GSI
Regular (non-flattened) APEX may require changes to the kernel, which is against the Treble promise. For maximum compatibility, APEXes are flattened for GSI so that APEXes can be activated by legacy kernels. Bug: 124159875 Test: N/A Change-Id: Iea5701d3b917ebf8657d3ce38131c1838b51677e
This commit is contained in:
parent
010df4b471
commit
c35a33e59c
|
@ -61,3 +61,7 @@ BOARD_CACHEIMAGE_PARTITION_SIZE := 16777216
|
|||
|
||||
# Disable 64 bit mediadrmserver
|
||||
TARGET_ENABLE_MEDIADRM_64 :=
|
||||
|
||||
# Ordinary (non-flattened) APEX may require kernel changes. For maximum compatibility,
|
||||
# use flattened APEX for GSI
|
||||
TARGET_FLATTEN_APEX := true
|
||||
|
|
Loading…
Reference in New Issue