2020-03-24 23:35:17 +01:00
|
|
|
hal_attribute(lazy_test);
|
2020-11-16 19:10:33 +01:00
|
|
|
|
|
|
|
# This is applied to apps on vendor images with SDK <=30 only,
|
|
|
|
# to exempt them from recent mls changes. It must not be applied
|
|
|
|
# to any domain on newer system or vendor image.
|
|
|
|
attribute mlsvendorcompat;
|
2020-11-26 13:50:23 +01:00
|
|
|
|
|
|
|
# Attributes for property types having both system_property_type
|
|
|
|
# and vendor_property_type. Such types are ill-formed because
|
|
|
|
# property owner attributes must be exclusive.
|
|
|
|
attribute system_and_vendor_property_type;
|
2020-12-01 11:58:02 +01:00
|
|
|
expandattribute system_and_vendor_property_type false;
|
2023-03-20 10:17:33 +01:00
|
|
|
|
|
|
|
# All SDK sandbox domains
|
|
|
|
attribute sdk_sandbox_all;
|