Searched refs:hostOsName (Results 1 – 1 of 1) sorted by relevance
90 self.hostOsName = NDKEnv.detectHostOsName(self.path)128 def isHostOsSupported (hostOsName): argument131 hostOsParts = hostOsName.split('-')193 if not NDKEnv.isHostOsSupported(self.env.ndk.hostOsName):194 raise Exception("NDK '%s' is not supported on this machine" % self.env.ndk.hostOsName)339 '-DANDROID_NDK_HOST_OS=%s' % config.env.ndk.hostOsName,