From ae22a8ab62859abcabd765e8ff74a5c602d2de6f Mon Sep 17 00:00:00 2001 From: Garfield Tan <xutan@google.com> Date: Tue, 14 May 2024 10:33:15 -0700 Subject: [PATCH] Install codec SP-HAL libraries in system image too Bug: 299845985 Test: They are installed in the ARC++ system image. Change-Id: Ieec0794c4bd537a334196f4fb773631fc0cf76b1 --- common/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/Android.bp b/common/Android.bp index 5e8d647..cde85d0 100644 --- a/common/Android.bp +++ b/common/Android.bp @@ -9,7 +9,7 @@ package { cc_library { name: "libv4l2_codec2_common", - vendor: true, + vendor_available: true, defaults: [ "libcodec2-impl-defaults", -- GitLab