Inseob Kim | ff43be2 | 2021-06-07 16:56:56 +0900 | [diff] [blame] | 1 | hal_attribute(lazy_test); |
| 2 | |
| 3 | # This is applied to apps on vendor images with SDK <=30 only, |
| 4 | # to exempt them from recent mls changes. It must not be applied |
| 5 | # to any domain on newer system or vendor image. |
| 6 | attribute mlsvendorcompat; |
| 7 | |
| 8 | # Attributes for property types having both system_property_type |
| 9 | # and vendor_property_type. Such types are ill-formed because |
| 10 | # property owner attributes must be exclusive. |
| 11 | attribute system_and_vendor_property_type; |
| 12 | expandattribute system_and_vendor_property_type false; |