android_mt6572_jiabo/external/v8/tools/gyp/test/arflags/test.gyp
2025-09-05 16:56:03 +08:00

10 lines
162 B
Python

{
'targets': [
{
'target_name': 'lib',
'type': 'static_library',
'sources': ['lib.cc'],
'arflags': ['--nonexistent'],
},
],
}