Merge branch 'master' into notification-service
[platform/upstream/iotivity.git] / service / notification / examples / SConscript
1 ##
2 # Examples build script
3 ##
4 Import('env')
5
6 target_os = env.get('TARGET_OS')
7 if target_os == 'linux':
8         SConscript('linux/SConscript')
9 elif target_os == 'android':
10         SConscript('android/SConscript')