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

Commit 7c92671a authored by LaMont Jones's avatar LaMont Jones
Browse files

Use more specific name for dex preopt config file

This allows us to run `dumpvars` on multiple TARGET_PRODUCTS in
parallel.

Bug: None
Test: Manual, TH
Change-Id: I7a40254e9f14413403b7edf138a0a20ed15441a9
parent 71d79d0a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
DEX_PREOPT_CONFIG := $(SOONG_OUT_DIR)/dexpreopt${COVERAGE_SUFFIX}.config
DEX_PREOPT_CONFIG := $(SOONG_OUT_DIR)/dexpreopt-${TARGET_PRODUCT}${COVERAGE_SUFFIX}.config

ENABLE_PREOPT := true
ENABLE_PREOPT_BOOT_IMAGES := true