Searched defs:ANDROID_BUILD_TOP (Results 1 - 1 of 1) sorted by relevance

/development/scripts/
H A Dsymbol.py27 ANDROID_BUILD_TOP = os.environ["ANDROID_BUILD_TOP"] variable
28 if not ANDROID_BUILD_TOP:
29 ANDROID_BUILD_TOP = "." variable
33 os.chdir(ANDROID_BUILD_TOP)
39 return os.path.join(ANDROID_BUILD_TOP, stream.read().strip())

Completed in 43 milliseconds