OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:apk_build_dir
(Results
1 - 2
of
2
) sorted by null
/external/skia/tools/skqp/
make_universal_apk.py
148
apk_build_dir
= apps_dir + '/%s/build/outputs/apk' % app
149
shutil.rmtree(
apk_build_dir
, True) # force rebuild
161
apk_list = list(find_name(
apk_build_dir
, apk_name))
/external/skqp/tools/skqp/
make_universal_apk.py
148
apk_build_dir
= apps_dir + '/%s/build/outputs/apk' % app
149
shutil.rmtree(
apk_build_dir
, True) # force rebuild
161
apk_list = list(find_name(
apk_build_dir
, apk_name))
Completed in 603 milliseconds