[VD] Send appcontrol data to app in 'ResumeWithAppControl'
[platform/framework/web/wrtjs.git] / loader / BUILD.gn
1 config("executable_config") {
2   cflags = [ "-fPIE" ]
3   asmflags = [ "-fPIE" ]
4   ldflags = [ "-pie" ]
5 }
6
7 executable("wrt-loader") {
8   sources = [ "wrt_loader.cc" ]
9   libs = [ "dl", "dlog" ]
10   configs = [ ":executable_config" ]
11 }