From 239c449f10853374a9a7a2bd1d8413354054573e Mon Sep 17 00:00:00 2001 From: Santiago Aboy Solanes Date: Tue, 1 Feb 2022 17:06:21 +0000 Subject: Revert "Add bss support for inlining BCP DexFiles for single image" This reverts commit 2d62882195eb97358fb8a1fd147d52a36cd3c581. Reason for revert: Native crashes due to out of date OatFile b/217369528 Change-Id: I7bf7d6decb24934b47d5a4b2cc2ce25906032f10 --- compiler/optimizing/sharpening.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'compiler/optimizing/sharpening.cc') diff --git a/compiler/optimizing/sharpening.cc b/compiler/optimizing/sharpening.cc index eb4c20690f..1fd76f7029 100644 --- a/compiler/optimizing/sharpening.cc +++ b/compiler/optimizing/sharpening.cc @@ -283,7 +283,6 @@ HLoadClass::LoadKind HSharpening::ComputeLoadClassKind( // We actually cannot reference this class, we're forced to bail. // We cannot reference this class with Bss, as the entrypoint will lookup the class // in the caller's dex file, but that dex file does not reference the class. - // TODO(solanes, 154012332): Add the support for the cross-dex cases. return HLoadClass::LoadKind::kInvalid; } } -- cgit v1.2.3-59-g8ed1b