From 69d00805109d467867626f2b391dcb27467f966e Mon Sep 17 00:00:00 2001 From: Ulya Trafimovich Date: Fri, 26 Jun 2020 11:51:30 +0100 Subject: [PATCH] Remove mentions of deleted script construct_context.sh in comments. Test: lunch aosp_cf_x86_phone-userdebug && m Bug: 132357300 Change-Id: I3456ac3276e137b8e6298b9a74630bd0ccdb4dac --- core/dex_preopt_odex_install.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/dex_preopt_odex_install.mk b/core/dex_preopt_odex_install.mk index 440ffd99a3..f738c3e8ba 100644 --- a/core/dex_preopt_odex_install.mk +++ b/core/dex_preopt_odex_install.mk @@ -189,8 +189,8 @@ ifdef LOCAL_DEX_PREOPT my_filtered_optional_uses_libraries := $(filter-out $(INTERNAL_PLATFORM_MISSING_USES_LIBRARIES), \ $(LOCAL_OPTIONAL_USES_LIBRARIES)) - # dexpreopt needs the paths to the dex jars of these libraries in case - # construct_context.sh needs to pass them to dex2oat. + # dexpreopt needs the paths to the dex jars of these libraries in order to + # construct class loader context for dex2oat. my_extra_dexpreopt_libs := \ org.apache.http.legacy \ android.hidl.base-V1.0-java \