summaryrefslogtreecommitdiff
path: root/android/variable.go
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2017-03-17 22:45:29 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2017-03-17 22:45:31 +0000
commit3250879667050a67f1e0ead62dba23f08a059be4 (patch)
tree56fd3b42ee2d4182092d0b4926d38783a22735e4 /android/variable.go
parent6bdcc8ddd6c1803f33f0917bc19880fff2bfa98d (diff)
parent615609854fc1531cedd8a52874d0fad57851b850 (diff)
Merge "Revert "install *.so in different paths for their types""
Diffstat (limited to 'android/variable.go')
-rw-r--r--android/variable.go2
1 files changed, 0 insertions, 2 deletions
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 {