summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extract_utils.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/extract_utils.sh b/extract_utils.sh
index fb7602b..e6951d6 100644
--- a/extract_utils.sh
+++ b/extract_utils.sh
@@ -282,6 +282,9 @@ function write_packages() {
fi
printf 'LOCAL_MODULE_TAGS := optional\n'
printf 'LOCAL_MODULE_CLASS := %s\n' "$CLASS"
+ if [ "$CLASS" = "APPS" ]; then
+ printf 'LOCAL_DEX_PREOPT := false\n'
+ fi
if [ ! -z "$EXTENSION" ]; then
printf 'LOCAL_MODULE_SUFFIX := .%s\n' "$EXTENSION"
fi