From ae04ccd15b82417e2cbe2c3e05cc05a149e49e5d Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Tue, 8 Apr 2025 02:15:18 +0530 Subject: [PATCH] rhodep: Shim sensors.moto with libbase_shim See: https://cs.android.com/android/_/android/platform/system/libbase/+/46fc805282265715266c256fbe34cf1a886c475f Change-Id: I5127020e18114a13515d9dc382c95d689634243d --- extract-files.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extract-files.py b/extract-files.py index 52c48d3..53459d4 100755 --- a/extract-files.py +++ b/extract-files.py @@ -40,6 +40,8 @@ lib_fixups: lib_fixups_user_type = { } blob_fixups: blob_fixups_user_type = { + 'vendor/lib64/sensors.moto.so': blob_fixup() + .add_needed('libbase_shim.so'), } # fmt: skip module = ExtractUtilsModule(