From 388a71f092c49fbe8dc5ff864d3b7b35eaa22632 Mon Sep 17 00:00:00 2001 From: Martin Stjernholm Date: Tue, 7 Jan 2020 00:00:29 +0000 Subject: [PATCH] Remove DEX2OAT_DEPENDENCY which is the same as DEX2OAT. Small cleanup to simplify the move of it into Soong. Test: presubmits Bug: 145934348 Change-Id: Ib4a0b69279f63d53405509b2d1529d9e60d46858 --- core/dex_preopt_config.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/dex_preopt_config.mk b/core/dex_preopt_config.mk index 0f994c4164..78cc012a82 100644 --- a/core/dex_preopt_config.mk +++ b/core/dex_preopt_config.mk @@ -45,8 +45,6 @@ else DEX2OAT := $(SOONG_HOST_OUT_EXECUTABLES)/dex2oatd$(HOST_EXECUTABLE_SUFFIX) endif -DEX2OAT_DEPENDENCY += $(DEX2OAT) - # Use the first preloaded-classes file in PRODUCT_COPY_FILES. PRELOADED_CLASSES := $(call word-colon,1,$(firstword \ $(filter %system/etc/preloaded-classes,$(PRODUCT_COPY_FILES))))