Update Android.mk

This commit is contained in:
2025-09-07 23:49:13 -07:00
parent 0e64a03027
commit beff1c66d6

View File

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