skia2/platform_tools/android/gyp/skia_launcher.gypi

10 lines
217 B
Python

{
'targets': [{
'target_name': 'skia_launcher',
'type': 'executable',
'cflags': [ '-fPIE' ],
'ldflags': [ '-pie' ],
'sources': [ '../launcher/skia_launcher.cpp' ],
}]
}