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

Commit 6da49c6b authored by Mohammad Islam's avatar Mohammad Islam Committed by Gerrit Code Review
Browse files

Merge "Do not build compressed APEX"

parents c92738a2 d365449f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -68,6 +68,9 @@ lib_dir() {
# Make sure this build builds from source, regardless of the default.
export SOONG_CONFIG_art_module_source_build=true

# This script does not intend to handle compressed APEX
export OVERRIDE_PRODUCT_COMPRESSED_APEX=false

OUT_DIR=$(source build/envsetup.sh > /dev/null; TARGET_PRODUCT= get_build_var OUT_DIR)
DIST_DIR=$(source build/envsetup.sh > /dev/null; TARGET_PRODUCT= get_build_var DIST_DIR)