def get_path(self):
     """ Also return the path of the ndk itself """
     return os.pathsep.join(
         [self.get_recon().get_ndk_path(),
          Builder.get_path(self)])
 def get_path(self):
     """ Also return the path of the ndk itself """
     return os.pathsep.join([self.get_recon().get_ndk_path(),
                             Builder.get_path(self)])