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

Commit ea9055b9 authored by Anton Hansson's avatar Anton Hansson Committed by android-build-merger
Browse files

Merge "Install /system/product_services apps odex in system-other." am: 6861c9f9

am: eb22d012

Change-Id: Icbc320ee81decf3febd7d893ede5be2f6853a48e
parents 5a00b4f1 eb22d012
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -21,7 +21,13 @@ DEX_PREOPT_DEFAULT ?= true

# The default filter for which files go into the system_other image (if it is
# being used). To bundle everything one should set this to '%'
SYSTEM_OTHER_ODEX_FILTER ?= app/% priv-app/% product/app/% product/priv-app/%
SYSTEM_OTHER_ODEX_FILTER ?= \
    app/% \
    priv-app/% \
    product_services/app/% \
    product_services/priv-app/% \
    product/app/% \
    product/priv-app/% \

# Method returning whether the install path $(1) should be for system_other.
# Under SANITIZE_LITE, we do not want system_other. Just put things under /data/asan.