Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1f3da537 authored by Anton Hansson's avatar Anton Hansson Committed by Android (Google) Code Review
Browse files

Merge "Make mainline device use apex"

parents dfc1dfad 5284b77e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -52,3 +52,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
+3 −0
Original line number Diff line number Diff line
@@ -41,3 +41,6 @@ BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true

# Generate an APEX image for experiment b/119800099.
DEXPREOPT_GENERATE_APEX_IMAGE := true

# Mainline devices support apex
TARGET_FLATTEN_APEX := false