From 241aeca469cfa685bff751ea606bd573f735da43 Mon Sep 17 00:00:00 2001 From: Vincent Wang Date: Thu, 30 Nov 2023 08:11:38 +0000 Subject: [PATCH] Mark frozen false to make sure native could reference android.hardware.biometrics.common-V4-ndk is an unfrozen development version, and it can't be used if it's explicitly marked as `frozen: true` Bug: b/305284901 Test: Build pass Change-Id: Ie3f82da032d5b9d201f094ced2636592cc3f8844 --- biometrics/common/aidl/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biometrics/common/aidl/Android.bp b/biometrics/common/aidl/Android.bp index b41a9374ea..8502a82ee7 100644 --- a/biometrics/common/aidl/Android.bp +++ b/biometrics/common/aidl/Android.bp @@ -13,7 +13,7 @@ aidl_interface { srcs: [ "android/hardware/biometrics/common/*.aidl", ], - frozen: true, + frozen: false, stability: "vintf", backend: { java: {