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/variable.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'android/variable.go') diff --git a/android/variable.go b/android/variable.go index aefe1e384..c5b957be5 100644 --- a/android/variable.go +++ b/android/variable.go @@ -135,8 +135,6 @@ type productVariables struct { ArtUseReadBarrier *bool `json:",omitempty"` BtConfigIncludeDir *string `json:",omitempty"` - - SameProcessHalDeps []string `json:",omitempty"` } func boolPtr(v bool) *bool { -- cgit v1.2.3-59-g8ed1b