5 lines
160 B
Python
5 lines
160 B
Python
include_rules = [
|
|
# Allow include of sdk/android to allow accessing the JVM and Env in tests.
|
|
"+sdk/android",
|
|
"+modules/utility/include/jvm_android.h",
|
|
]
|