Revert "Switch to 'external/google-smali'"

Revert submission 2862565-use-google-smali

Reason for revert: DroidMonitor: Potential culprit for Bug X - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted. b/315495442
Reverted changes: /q/submissionid:2862565-use-google-smali

Change-Id: I9a162d8c0915943432b888474303c46a5954afca
This commit is contained in:
Liu Liu
2023-12-09 00:06:11 +00:00
committed by Gerrit Code Review
parent 5d64f9910c
commit f4d314133d
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ import java.nio.file.Files;
import java.nio.file.Path;
import java.util.Objects;
import com.android.tools.smali.dexlib2.iface.ClassDef;
import org.jf.dexlib2.iface.ClassDef;
/*
* Target preparer that fetches classpath relevant artifacts for a test in a 'reentrant' manner.