GmsCore: declare optional libraries

This commit is contained in:
Philip Nagler-Frank 2022-11-29 18:40:30 +01:00
parent d06e04c096
commit 9bfcb8de6b

View File

@ -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)