From 2eb2cdacfa42606a2274fdfdb9d56e92ae5bd709 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Fri, 18 Apr 2025 12:50:37 +0530 Subject: [PATCH] rhodep: Shim sensors.moto with libbase_shim See: https://cs.android.com/android/_/android/platform/system/libbase/+/46fc805282265715266c256fbe34cf1a886c475f Change-Id: I5127020e18114a13515d9dc382c95d689634243d --- Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.bp b/Android.bp index e670d69..822f3f7 100644 --- a/Android.bp +++ b/Android.bp @@ -5405,6 +5405,7 @@ cc_prebuilt_library_shared { "proprietary/vendor/lib64/sensors.moto.so", ], shared_libs: [ + "libbase_shim", "android.hardware.sensors@1.0", "android.hardware.sensors@2.0", "android.hardware.sensors@2.0-ScopedWakelock",