Skip to content

Commit f2d29ba

Browse files
timpeutcopybara-github
authored andcommitted
Delete unused constants
PiperOrigin-RevId: 811430336 Change-Id: Ib8ffe252a93b3e110d5cf0cc5caf4f3e7de0a062
1 parent d5efd31 commit f2d29ba

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

src/tools/mi/deployment/deploy.go

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,6 @@ import (
2525
"src/common/golang/pprint"
2626
)
2727

28-
const (
29-
manifestName = "artifacts_manifest"
30-
dexManifestName = "dex_manifest"
31-
nativeMarkerName = "native_marker"
32-
systemInstallDir = "/system/"
33-
appLib = "app/lib"
34-
dManifest = "deployed_manifest"
35-
minApiforAdditionalDevicePermissions = 28
36-
abiErrorMessage = `no libraries found for device %v, built %v.
37-
Double check the architecture --config you're building for.
38-
Often switching between architectures? Try setting --fat_apk_cpu={arch1},{arch2}...
39-
`
40-
)
41-
4228
// AndroidStudioSync calls to the Studio deployer with splits.
4329
func AndroidStudioSync(ctx context.Context, deviceSerial, port, pkg string, splits []string, deployer, adbPath, jdk string, optimisticInstall bool, studioVerboseLog bool, userID int, useADBRoot bool) error {
4430
args := []string{"-Dkotlinx.coroutines.debug=on", "-jar", deployer, "install", pkg}

0 commit comments

Comments
 (0)