Files
Android11/external/libbrillo/libpolicy.gypi
2023-10-13 14:01:41 +00:00

23 lines
533 B
Python

{
'targets': [
{
'target_name': 'libpolicy-includes',
'type': 'none',
'copies': [
{
'destination': '<(SHARED_INTERMEDIATE_DIR)/include/policy',
'files': [
'policy/device_policy.h',
'policy/device_policy_impl.h',
'policy/libpolicy.h',
'policy/mock_libpolicy.h',
'policy/mock_device_policy.h',
'policy/policy_util.h',
'policy/resilient_policy_util.h',
],
},
],
},
],
}