Home | History | Annotate | Download | only in utils

Lines Matching refs:ANDROID_PRODUCT_OUT

115         **ANDROID_PRODUCT_OUT**
116 Path to Android output directory. Defaults to ``$ANDROID_PRODUCT_OUT`` from the
226 self.ANDROID_PRODUCT_OUT = os.environ.get('ANDROID_PRODUCT_OUT', None)
430 os.environ['ANDROID_PRODUCT_OUT'] = self.ANDROID_PRODUCT_OUT
447 self._log.info(' ANDROID_PRODUCT_OUT: %s', self.ANDROID_PRODUCT_OUT)