Switch to 'external/google-smali'

The 'external/smali' repo has been deprecated.

Bug: 279165123
Test: TreeHugger
Change-Id: I6b8d80a2a086a617f8ed87a08b4a8684d79b57d5
This commit is contained in:
David Srbecky
2023-12-06 18:17:40 +00:00
parent 6d6755189d
commit 5d64f9910c
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 org.jf.dexlib2.iface.ClassDef;
import com.android.tools.smali.dexlib2.iface.ClassDef;
/*
* Target preparer that fetches classpath relevant artifacts for a test in a 'reentrant' manner.