diff options
Diffstat (limited to 'tools/releasetools/common.py')
| -rw-r--r-- | tools/releasetools/common.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/releasetools/common.py b/tools/releasetools/common.py index cff7542c1d..caa464166d 100644 --- a/tools/releasetools/common.py +++ b/tools/releasetools/common.py @@ -97,7 +97,6 @@ class Options(object): self.stash_threshold = 0.8 self.logfile = None self.host_tools = {} - self.sepolicy_name = 'sepolicy.apex' OPTIONS = Options() |