Steven Moreland | e4f0ccf | 2020-03-24 15:35:17 -0700 | [diff] [blame] | 1 | hal_attribute(lazy_test); |
Alan Stokes | 8bf8a26 | 2020-11-16 18:10:33 +0000 | [diff] [blame] | 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; |
Inseob Kim | 4c110ff | 2020-11-26 21:50:23 +0900 | [diff] [blame] | 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; |
Inseob Kim | e136eed | 2020-12-01 19:58:02 +0900 | [diff] [blame] | 12 | expandattribute system_and_vendor_property_type false; |
Mugdha Lakhani | 2ae45c5 | 2023-04-28 09:22:15 +0000 | [diff] [blame] | 13 | |
| 14 | # All SDK sandbox domains |
| 15 | attribute sdk_sandbox_all; |
| 16 | |