From d6ea7490309163e6a526e9170c250c7765156687 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Mon, 8 Oct 2018 10:33:01 -0700 Subject: [PATCH] Remove Sepolicy_split. It's not referenced anywhere anymore (or filled out). Test: m nothing (parses Android.bp files) Change-Id: I5a90bcc1ea949ee054c452eefeb2cfc2640cfaa6 --- android/variable.go | 1 - 1 file changed, 1 deletion(-) diff --git a/android/variable.go b/android/variable.go index 9d965d587..5c4d491b2 100644 --- a/android/variable.go +++ b/android/variable.go @@ -183,7 +183,6 @@ type productVariables struct { Eng *bool `json:",omitempty"` Device_uses_hwc2 *bool `json:",omitempty"` Treble_linker_namespaces *bool `json:",omitempty"` - Sepolicy_split *bool `json:",omitempty"` Enforce_vintf_manifest *bool `json:",omitempty"` Pdk *bool `json:",omitempty"` Uml *bool `json:",omitempty"`