Revert "install *.so in different paths for their types"

This reverts commit 4c48f724e1. 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
This commit is contained in:
Dan Willemsen
2017-03-16 19:48:32 -07:00
parent 33edec5651
commit 615609854f
10 changed files with 4 additions and 150 deletions

View File

@@ -135,8 +135,6 @@ type productVariables struct {
ArtUseReadBarrier *bool `json:",omitempty"`
BtConfigIncludeDir *string `json:",omitempty"`
SameProcessHalDeps []string `json:",omitempty"`
}
func boolPtr(v bool) *bool {