1*e4a36f41SAndroid Build Coastguard Workerhal_attribute(lazy_test); 2*e4a36f41SAndroid Build Coastguard Worker 3*e4a36f41SAndroid Build Coastguard Worker# This is applied to apps on vendor images with SDK <=30 only, 4*e4a36f41SAndroid Build Coastguard Worker# to exempt them from recent mls changes. It must not be applied 5*e4a36f41SAndroid Build Coastguard Worker# to any domain on newer system or vendor image. 6*e4a36f41SAndroid Build Coastguard Workerattribute mlsvendorcompat; 7*e4a36f41SAndroid Build Coastguard Worker 8*e4a36f41SAndroid Build Coastguard Worker# Attributes for property types having both system_property_type 9*e4a36f41SAndroid Build Coastguard Worker# and vendor_property_type. Such types are ill-formed because 10*e4a36f41SAndroid Build Coastguard Worker# property owner attributes must be exclusive. 11*e4a36f41SAndroid Build Coastguard Workerattribute system_and_vendor_property_type; 12*e4a36f41SAndroid Build Coastguard Workerexpandattribute system_and_vendor_property_type false; 13