Merge "Install /system/product_services apps odex in system-other."

am: 6861c9f98d

Change-Id: Ide953726b610b01516659a34d208add756364419
This commit is contained in:
Anton Hansson
2018-08-24 11:19:13 -07:00
committed by android-build-merger

View File

@@ -21,7 +21,13 @@ DEX_PREOPT_DEFAULT ?= true
# The default filter for which files go into the system_other image (if it is # 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 '%' # 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. # 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. # Under SANITIZE_LITE, we do not want system_other. Just put things under /data/asan.