OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:target_compatible_property
(Results
1 - 3
of
3
) sorted by null
/system/sepolicy/
definitions.mk
12
-D
target_compatible_property
=$(PRIVATE_COMPATIBLE_PROPERTY) \
/system/sepolicy/prebuilts/api/28.0/public/
te_macros
468
define(`compatible_property_only', ifelse(
target_compatible_property
, `true', $1,
469
ifelse(
target_compatible_property
, `cts',
479
define(`not_compatible_property', ifelse(
target_compatible_property
, `true', , $1))
/system/sepolicy/public/
te_macros
468
define(`compatible_property_only', ifelse(
target_compatible_property
, `true', $1,
469
ifelse(
target_compatible_property
, `cts',
479
define(`not_compatible_property', ifelse(
target_compatible_property
, `true', , $1))
Completed in 320 milliseconds