Backport more public types to 202504
* drm_config_prop
* fwk_vold_service
* hal_attribute(hwcrypto);
Steps taken to re-finalize:
1. Temporarily reset BOARD_API_LEVEL of fina_0 to 202504
2. Revert 202504 APIs
* Remove system/sepolicy/prebuilts/api/202504
* Reset FREEZE_TEST_BOARD_API_LEVEL to 202504
3. Run the finalization script
4. Remove systsem/sepolicy/prebuilts/api/202504/private/compat/202504
Ignore-AOSP-First: VINTF finalization
Bug: 396240580
Test: TH
Test: build aosp_arm64-next-userdebug
Test: build aosp_arm64-trunk_staging-userdebug
Change-Id: I1c86544fadf938799038a31a652c015c320655d8
diff --git a/private/attributes b/private/attributes
index 4f59acf..93bf295 100644
--- a/private/attributes
+++ b/private/attributes
@@ -40,3 +40,7 @@
until_board_api(202504, `
hal_attribute(vm_capabilities);
')
+
+until_board_api(202504, `
+ hal_attribute(hwcrypto);
+')