mirror of
https://github.com/Evolution-X-Devices/device_google_redfin
synced 2026-02-01 10:27:24 +00:00
Disable dexpreopt and <uses-library> check for APKs. am: 64937a76ff
Original change: https://android-review.googlesource.com/c/device/google/redfin/+/1742817 Change-Id: Ibdecf49196740578c0ed5c2e99d53d3d34f5d4fc
This commit is contained in:
@@ -15,6 +15,10 @@ LOCAL_MODULE_OWNER := qcom
|
||||
LOCAL_MODULE_CLASS := APPS
|
||||
LOCAL_SRC_FILES := $(LOCAL_MODULE).apk
|
||||
LOCAL_CERTIFICATE := platform
|
||||
# Disable dexpreopt and <uses-library> check because the APK depends on
|
||||
# libraries that are not present as modules in the build system.
|
||||
LOCAL_ENFORCE_USES_LIBRARIES := false
|
||||
LOCAL_DEX_PREOPT := false
|
||||
include $(BUILD_PREBUILT)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
@@ -31,6 +35,10 @@ LOCAL_MODULE_OWNER := qcom
|
||||
LOCAL_MODULE_CLASS := APPS
|
||||
LOCAL_SRC_FILES := $(LOCAL_MODULE).apk
|
||||
LOCAL_CERTIFICATE := platform
|
||||
# Disable dexpreopt and <uses-library> check because the APK depends on
|
||||
# libraries that are not present as modules in the build system.
|
||||
LOCAL_ENFORCE_USES_LIBRARIES := false
|
||||
LOCAL_DEX_PREOPT := false
|
||||
include $(BUILD_PREBUILT)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
@@ -46,5 +54,9 @@ LOCAL_MODULE_OWNER := qcom
|
||||
LOCAL_MODULE_CLASS := APPS
|
||||
LOCAL_SRC_FILES := $(LOCAL_MODULE).apk
|
||||
LOCAL_CERTIFICATE := platform
|
||||
# Disable dexpreopt and <uses-library> check because the APK depends on
|
||||
# libraries that are not present as modules in the build system.
|
||||
LOCAL_ENFORCE_USES_LIBRARIES := false
|
||||
LOCAL_DEX_PREOPT := false
|
||||
include $(BUILD_PREBUILT)
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user