commit | 84f1ade63f7c0fb2a2709adf89505774f83d9206 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Tue Feb 12 08:04:39 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Feb 12 08:04:39 2019 +0000 |
tree | e0314a10dc30c93af24a74a12349a44d48205b73 | |
parent | 1b082c3e05dc8efe38a524a7edc0c67e836b6498 [diff] | |
parent | c35a33e59cdc152d383cad8e4ae89753d3eef230 [diff] |
Merge "TARGET_FLATTEN_APEX for GSI"
diff --git a/target/board/BoardConfigGsiCommon.mk b/target/board/BoardConfigGsiCommon.mk index 1037eec..23cdf53 100644 --- a/target/board/BoardConfigGsiCommon.mk +++ b/target/board/BoardConfigGsiCommon.mk
@@ -61,3 +61,7 @@ # 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