From 7feef702cae7dbd82ee3a0b26e76dade6e2d6549 Mon Sep 17 00:00:00 2001 From: Devin Moore Date: Thu, 18 Jul 2024 22:48:39 +0000 Subject: [PATCH] Add owner to stable interfaces in /staging This interface is in staging because it's not ready to become a fully supported HAL interface. Without "owner", we expect it to be frozen after API freeze. Adding owner field to enable API Freeze tests in continuous integration. Test: none Bug: 331696132 Change-Id: If56371438f61b771d0024d3091bde19b5d1b3e8c --- staging/security/see/hwcrypto/aidl/Android.bp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/staging/security/see/hwcrypto/aidl/Android.bp b/staging/security/see/hwcrypto/aidl/Android.bp index 3e7ee9eca6..0a7e8be4be 100644 --- a/staging/security/see/hwcrypto/aidl/Android.bp +++ b/staging/security/see/hwcrypto/aidl/Android.bp @@ -10,6 +10,8 @@ package { aidl_interface { name: "android.hardware.security.see", unstable: false, + // TODO Remove this owner field when this interface is moved out of /staging + owner: "google_while_staging", host_supported: true, srcs: [ "android/hardware/security/see/hwcrypto/*.aidl",