Update Android.mk
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
|
||||
# Determine the target architecture directory and pattern
|
||||
ifeq ($(TARGET_ARCH),arm64)
|
||||
ARCH_DIR := arm64
|
||||
@@ -31,8 +33,6 @@ ifneq ($(APK_PATTERN),)
|
||||
LOCAL_SRC_FILES := prebuilt/$(ARCH_DIR)/$(notdir $(APK_FILE))
|
||||
LOCAL_CERTIFICATE := PRESIGNED
|
||||
|
||||
LOCAL_DEX_PREOPT := false
|
||||
|
||||
# Override stock browser(s)
|
||||
LOCAL_OVERRIDES_PACKAGES := Browser Browser2
|
||||
|
||||
@@ -42,6 +42,8 @@ ifneq ($(APK_PATTERN),)
|
||||
com.android.extensions.xr \
|
||||
android.ext.adservices \
|
||||
androidx.window.sidecar
|
||||
|
||||
LOCAL_DEX_PREOPT := false
|
||||
|
||||
include $(BUILD_PREBUILT)
|
||||
endif
|
||||
|
Reference in New Issue
Block a user