Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1d3a3de5 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Go one directory up looking for releasetools path" am: 88ab5318 am:...

Merge "Go one directory up looking for releasetools path" am: 88ab5318 am: 51e68caa am: aa30fe14

Change-Id: I46d8d129d9d2044602282c1de78045065b42c793
parents 3205b480 aa30fe14
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ class Options(object):
          'Warning: releasetools script should be invoked as hermetic Python '
          'executable -- build and run `{}` directly.'.format(script_name[:-3]),
          file=sys.stderr)
    self.search_path = os.path.realpath(os.path.join(exec_path, '..'))
    self.search_path = os.path.realpath(os.path.join(os.path.dirname(exec_path), '..'))

    self.signapk_path = "framework/signapk.jar"  # Relative to search_path
    self.signapk_shared_library_path = "lib64"   # Relative to search_path