diff options
| author | 2017-03-17 22:45:29 +0000 | |
|---|---|---|
| committer | 2017-03-17 22:45:31 +0000 | |
| commit | 3250879667050a67f1e0ead62dba23f08a059be4 (patch) | |
| tree | 56fd3b42ee2d4182092d0b4926d38783a22735e4 /android/config.go | |
| parent | 6bdcc8ddd6c1803f33f0917bc19880fff2bfa98d (diff) | |
| parent | 615609854fc1531cedd8a52874d0fad57851b850 (diff) | |
Merge "Revert "install *.so in different paths for their types""
Diffstat (limited to 'android/config.go')
| -rw-r--r-- | android/config.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/android/config.go b/android/config.go index 2413f5265..bc76f34c1 100644 --- a/android/config.go +++ b/android/config.go @@ -497,7 +497,3 @@ func (c *deviceConfig) CoverageEnabledForPath(path string) bool { } return coverage } - -func (c *deviceConfig) SameProcessHalDeps() []string { - return append([]string(nil), c.config.ProductVariables.SameProcessHalDeps...) -} |