Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_build_soong
/
af4b13dbe4c4063f784777fc4f58b6fd4f727c6a
/
.
/
python
/
tests
/
top_level_dirs
/
Android.bp
blob: 0b15ce715db8ae6a2243e106322912784ff1868b [
file
] [
log
] [
blame
]
python_test_host
{
name
:
"py_dont_add_top_level_dirs_test"
,
main
:
"main.py"
,
srcs
:
[
"main.py"
,
"mypkg/mymodule.py"
,
],
dont_add_top_level_directories_to_path
:
true
,
}