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