From 881962077efaa799cb879df19639497558b13f75 Mon Sep 17 00:00:00 2001 From: danielk43 <11856117+danielk43@users.noreply.github.com> Date: Fri, 21 Oct 2022 12:44:50 -0400 Subject: [PATCH] Add optional local libs to GmsCore --- GmsCore/Android.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/GmsCore/Android.mk b/GmsCore/Android.mk index c92839d..8bdc8b3 100644 --- a/GmsCore/Android.mk +++ b/GmsCore/Android.mk @@ -32,5 +32,6 @@ LOCAL_OVERRIDES_PACKAGES := com.qualcomm.location LOCAL_REQUIRED_MODULES := privapp-permissions-com.google.android.gms.xml default-permissions-com.google.android.gms.xml sysconfig-com.google.android.gms.xml LOCAL_PRODUCT_MODULE := true LOCAL_USES_LIBRARIES := com.android.location.provider +LOCAL_OPTIONAL_USES_LIBRARIES := androidx.window.extensions androidx.window.sidecar include $(BUILD_PREBUILT)