commit | 25de6c30d37bbb90d168fcab4b8af2f42fd85e10 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Jun 06 14:29:25 2019 -0700 |
committer | Colin Cross <ccross@android.com> | Thu Jun 06 17:24:01 2019 -0700 |
tree | 482d64dc17a137d19d9be9507c064dc50dfe3567 | |
parent | 42729b481a9ce4aa74b122cb1f518a235742cf82 [diff] [blame] |
Remove repetition in android package names Types in the android package don't need to be prefixed with 'android'. Test: m checkbuild Change-Id: Ieefcfc1a2c4161d9c412f40ef31867149ec21aec
diff --git a/android/paths.go b/android/paths.go index 3915ff4..d7d7792 100644 --- a/android/paths.go +++ b/android/paths.go
@@ -43,7 +43,7 @@ type ModuleInstallPathContext interface { PathContext - androidBaseContext + baseContext InstallInData() bool InstallInSanitizerDir() bool