bbf08a48df
error occurred when register additional directory for android module on windows.
### config.py ###
```
def can_build(plat):
return plat=="android"
def configure(env):
if (env['platform'] == 'android'):
env.android_add_res_dir("android/res")
```
(cherry picked from commit
|
||
---|---|---|
.. | ||
android | ||
bb10 | ||
haiku | ||
iphone | ||
isim | ||
javascript | ||
osx | ||
server | ||
windows | ||
winrt | ||
x11 |