From efec9073769bfe3b29892edff2ab2305bd2062a3 Mon Sep 17 00:00:00 2001 From: pngcui Date: Thu, 7 May 2026 09:25:39 +0800 Subject: [PATCH] hybris support bt --- android/app/Android.bp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/android/app/Android.bp b/android/app/Android.bp index 57a46a8df1..22cb5a9163 100644 --- a/android/app/Android.bp +++ b/android/app/Android.bp @@ -157,9 +157,9 @@ cc_library_shared { "libstatssocket", "libvndksupport", ], - sanitize: { - scs: true, - }, + // sanitize: { + // scs: true, + // }, apex_available: [ "com.android.btservices", ],