From 615609854fc1531cedd8a52874d0fad57851b850 Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Thu, 16 Mar 2017 19:48:32 -0700 Subject: Revert "install *.so in different paths for their types" This reverts commit 4c48f724e1b339128447ab1dafd656a9557557f5. It's causing test failures, warnings and complaints, so backing it out and we'll resolve those before putting it back in. Bug: 33681361 Test: m -j --- android/config.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'android/config.go') 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...) -} -- cgit v1.2.3-59-g8ed1b