blob: c89d0c7f88bf7cbe29d015e06289c037a412bee0 [file] [log] [blame]
Steven Morelande4f0ccf2020-03-24 15:35:17 -07001hal_attribute(lazy_test);
Alan Stokes8bf8a262020-11-16 18:10:33 +00002
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.
6attribute mlsvendorcompat;
Inseob Kim4c110ff2020-11-26 21:50:23 +09007
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.
11attribute system_and_vendor_property_type;
Inseob Kime136eed2020-12-01 19:58:02 +090012expandattribute system_and_vendor_property_type false;
Mugdha Lakhani2ae45c52023-04-28 09:22:15 +000013
Haofan Wangf5ff3eb2024-10-23 05:30:53 +000014# HALs
15until_board_api(202504, `
16 hal_attribute(mediaquality);
17')
18
Mugdha Lakhani2ae45c52023-04-28 09:22:15 +000019# All SDK sandbox domains
20attribute sdk_sandbox_all;
Sandro Montanari4db0e272023-10-19 15:00:55 +000021# The SDK sandbox domains for the current SDK level.
22attribute sdk_sandbox_current;
David Anderson3fce5ad2024-10-11 08:58:23 -070023# Common to adbd and adbd_tradeinmode.
24attribute adbd_common;