diff --git a/Android.mk b/Android.mk index ec048f3..31c4bd7 100644 --- a/Android.mk +++ b/Android.mk @@ -33,6 +33,14 @@ ifneq ($(APK_PATTERN),) # Override stock browser(s) LOCAL_OVERRIDES_PACKAGES := Browser Browser2 + # Add the optional uses libraries from the manifest + LOCAL_OPTIONAL_USES_LIBRARIES := \ + android.car \ + androidx.window.extensions \ + com.android.extensions.xr \ + android.ext.adservices \ + androidx.window.sidecar + include $(BUILD_PREBUILT) endif endif \ No newline at end of file