HomeSort by relevance Sort by last modified time
    Searched full:api_str (Results 1 - 1 of 1) sorted by null

  /prebuilts/ndk/
make_platform_symlinks.py 23 def api_str(api_level): function
29 if os.path.exists(api_str(api)):
35 os.symlink(api_str(api - 1), api_str(api))
47 if not os.path.exists(api_str(api)):
51 src = os.path.join('..', api_str(first_multiarch_api), arch)
52 dst = os.path.join(api_str(api), arch)
58 if not os.path.exists(api_str(api)):
62 src = os.path.join('..', api_str(first_lp64_api), arch)
63 dst = os.path.join(api_str(api), arch
    [all...]

Completed in 60 milliseconds