Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_build_soong
/
afc97f0209bcb01d3c2dcd45ca46a7db6fd5253f
/
.
/
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
,
}