From beff1c66d6e003c5c595a403db4c142426ec6ac3 Mon Sep 17 00:00:00 2001 From: oxmc Date: Sun, 7 Sep 2025 23:49:13 -0700 Subject: [PATCH] Update Android.mk --- Android.mk | 8 ++++++++ 1 file changed, 8 insertions(+) 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